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:
78
Step-by-step explanation:
The total you are buying is 112 pounds. The can you have picked up is 34 pounds; this leaves
112-34 = 78 pounds remaining.
Change in snow = 2 - 1.6 = 0.4 ft
-> percent change = 0.4/2 * 100% = 0.2 * 100% = 20%
Weight of an object=J
x=J/(379.2/150)
x=J/2.528
y=12.64/2.528
y=5
Hope this helps :)