Answer:
0 dollars
=E(M)
=μ
M
=−$10,000(0.81)+$40,000(0.18)+$90,000(0.01)
=−8,100+7,200+900
=0
F(x) = (x - 8)2-6
if you simplify the equation you’re left with f(x) = (x - 8) - 4. there are two transformations that can be derived from this equation: translate horizontally right 8 and translate vertically down 4. because the parabola starts in quadrant 1, the parabola needs to be translated right opposed to left to match this. since the parabola’s vertex is in the negative quadrant 4, the function needs to be moved down which matches the second vertical translation the equation gives us.
Answer:I am giving out 60 points if answer my question s
Step-by-step explanation:
Plz help
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;
}
Well since we know that the perimeter of a square is four times the length of one of its sides. We just have to divide 5 by 4 to get the length of one side:
5feet /4 sides = 1.25 feet
And to finish off, we have to convert feet to inches:
<u>1 foot </u>= <u>12 inches</u>
1.25 feet x inches
x inches = 12 inches x 1.25 feet ÷ 1 foot
x inches = 15 inches
Therefore, each side is 15 inches long.
Hope this helps!