Question
Two similar triangles have areas 50 cm² and 98 cm². If
a side of the smaller triangle is 5 cm, find the corresponding side of the larger triangle.Solution
For similar triangles, (Area₁ / Area₂) = (Side₁ / Side₂)² Let side of larger triangle = x cm. 50 / 98 = 5² / x² Simplify 50/98: divide numerator and denominator by 2 → 25/49 So: 25/49 = 25 / x² ⇒ x² = 49 ⇒ x = 7 cm (taking positive length). Answer: 7 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?