E ) a three-dimensional box-shaped figure, with six identical square faces
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;
}
Left is plus right is negative -11-(-15)=4 so you know 4 to the left
Answer:
x≥38 points
Step-by-step explanation:
Julio wants to break his school’s scoring record of 864 points during his 24-game basketball season. During the first 8 games of the season, he scored a total of 256 points. Which inequality can be used to find x, the number of points Julio must average per game during the rest of the season to break the record?
julio has a 24 game basketball season.
he has played 8, it means there are 16 more games to go
therefore=
he has scored 256 nts, wic means there are still 608 points to go .
864-256=608
x is the points he more score per every game.
16x=608
to break the records ,he must score an extra point 1
so 16x≥608
x≥38
Answer:
lol its a little difficult for me but the answer is B
Step-by-step explanation: