Answer: 1232
Step-by-step explanation: ( 8x10 -3) x(2x10 -4)
( 8x10 -3) = 77
(2x10 -4) = 16
77 x 16 = 1232
Answer = 1232
Answer:
(a) 0.932
(b) 0.0653
(c) 0.032
(d) 0.316
(e) 0.251
Step-by-step explanation:
From the table with mean parameter μ = 5, we can compute the following cumulative and density probability
(a)
(cumulative)
(b) P(X = 8) = 0.0653 (density)
(c)
(cumulative)
(d)
(cumulative)
(e) 
Answer: d
Step-by-step explanation:
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;
}
Let total amount spent =x
Dita spent 35 % of total amount.
35% of x = 0.35x
So amount spent by Dita = 0.35x
% of money spent by Benton = 20 % of x = 0.2x
We are given that Benton spent $12 more than Claire,
so making equation we have ,
Money spent by Dita = Money spent by Claire +12



x=80
So total amount spent was $80.
Money spent by Benton = 0.2x = 0.2 * 80= $16
So amount spent by Benton is $16.