Answer:
D
Step-by-step explanation:
The answer is D the median is 1.5 and the mean is greater
Answer:
V = a³/8
Step-by-step explanation:
The volume of the original cube is the cube of the side length:
V = a³
When the side length is reduced to half its former value, the new volume is ...
V = (a/2)³ = a³/2³
V = a³/8 . . . . volume of the new cube
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:
The triangle is an obtuse scalene triangle
Step-by-step explanation:
we know that
if
--------> is a right triangle
if
--------> is an obtuse triangle
if
--------> is an acute triangle
where
c is the greater side
we have



so
so
-------> is an obtuse triangle
Remember that
The given triangle has three different length side
so
Is a scalene triangle
therefore
The triangle is an obtuse scalene triangle
Answer:
Solve for g:
10 - 4 g = 20 - 4 g
Subtract 10 - 4 g from both sides:
0 = 10
Hint: | Look for a false statement.
0 = 10 is trivially false:
Answer: (no solutions)
Step-by-step explanation: