+318
+80
+80
+318 A square is inscribed in a right triangle, as shown below. The legs of the triangle are 2 and 3. Find the side length of the square.
[asy]
unitsize(1.5 cm);
pair A, B, C, D, E, F, G;
A = (0,0);
C = (5,0); <#> B = (3^2/5,3*4/5); <#> D =
read more ..
1 Online Users