Answer:
P(inside larger square and outside smaller) = 
Step-by-step explanation:
Probability is the result of the division of the number of possible outcome by the number of an event.
In the question, for a point chosen, the point can be in the small square only or in the area or region between the small square and the big square as such,
Area of larger square = area of region between both squares + area of smaller square
Where the area of a square is S × S where S is the side of a square
Area of larger square = 10 × 10
= 100 cm square
Area of smaller square = 7 × 7
= 49 cm square
Area of the region between both squares
= 100 - 49
= 51 cm square
The probability that a dot selected is inside the larger square and outside the smaller is
P(inside larger square and outside smaller) = Area of region between both square/ Area of larger square
P(inside larger square and outside smaller) = 
Find the number of acts not booked = 21 - 10 = 11
multiply by the profit for each act 11 * 175000 = $1,925,000 shortfall
Answer:
105
Step-by-step explanation:
(.5)πr²
to get the area of the shaded parts you have to subtract the area of the semicircle from the area of the rectangle




subtract the areas

≅ 
Answer:
f(3) = 3
Step-by-step explanation:
f(1) = 1
f(2) = 2
f(n) = f(n − 2) + f(n − 1)
f(3) = f(3 - 2) + f(3 - 1)
= f(1) + f(2) = 1 + 2 = 3
Special Note: Have you heard of the Fibonacci sequence?
The formula f(n) = f(n − 2) + f(n − 1) is used to find the terms of the of the Fibonacci sequence