Area of a square equals side squared
(A = s²)
30 = s²
√30 = s
You can use a calculator to find out that √30 ≈ 5.48
or you can use estimation (√25 < √30 < √36) which means that √30 is between 5 and 6.
Answer:
volume of trapezoidal prism = 15x^2 cubic units
Step-by-step explanation:
First, area of the trapezoidal bases.
Parallel sides measure x and 2x, for an average of 1.5x.
Height = x
Area of trapezoidal base = 1.5x*x = 1.5x^2
Volume of prism = area base * height
(length does not matter, height does)
= 1.5x^2 * 10 = 15x^2
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;
}
For this case we have the following expression:

The first step is to solve the quadratic term.
We have then:

Then, the second step is to subtract both resulting numbers:

We observe that the result obtained is a negative number.
Answer:
The result of the expression is given by:

Answer:
I think the answer is C
Step-by-step explanation:
If you have a normal ginger bread cookie, its full size would be 100%. So, if you add the first 25%, 1.25%