Answer:its 275 for 1, and 325 for 2
Step-by-step explanation:
i did it
Try this option (see the attachment), if it is possible check result in other sources.
Answer:

Step-by-step explanation:
90 cm in metres is = 0.09 m
Writing it as a fraction of 2.4 m
=> 
<u><em>In simplest form</em></u>
=> 
First of all, a bit of theory: since the area of a square is given by

where s is the length of the square. So, if we invert this function we have
.
Moreover, the diagonal of a square cuts the square in two isosceles right triangles, whose legs are the sides, so the diagonal is the hypothenuse and it can be found by

So, the diagonal is the side length, multiplied by the square root of 2.
With that being said, your function could be something like this:
double diagonalFromArea(double area) {
double side = Math.sqrt(area);
double diagonal = side * Math.sqrt(2);
return diagonal;
}
Answer: SSS
<u>Step-by-step explanation:</u>
<u>W</u>A = <u>N</u>O
<u>A</u>S = <u>O</u>T
<u>S</u>W = <u>T</u>N
△WAS ≅ △NOT by SSS Congruency Theorem