Question
Two triangles ABC and PQR are similar. The area of ΔABC
is 81 cm² and the area of ΔPQR is 144 cm². If side AB = 9 cm and the corresponding side in ΔPQR is PQ, find the length of PQ.Solution
Area ratio = 81 : 144 = 9 : 16 Linear scale factor = √(Area ratio) = √(9/16) = 3/4 If AB in smaller corresponds to PQ in larger: PQ / AB = 4/3 (since larger : smaller = 4 : 3) PQ = 9 × 4/3 = 12 cm.
Which software development methodology emphasizes iterative development and customer feedback? Â Â Â Â Â Â Â
...Which Python keyword is used to define a function?
Which C operator is used to access a value at a memory address stored in a pointer?
Which algorithm is used to find the shortest path from a single source in graphs with negative weights?
Which Python keyword is used to handle exceptions?
Which of the following is true about Java interfaces?
In C, what is the output of printf("%d", 5/2);?
ch data structure is used in Depth-First Search (DFS)?
Which of the following is used to handle exceptions in Java?
Which type of Memory is typically the fastest in a computer system?