Answer:
100 centimeters are in a meter. 1000 millimeters are in a meter.
Please mark brainliest :)
1. The withdrawals adds up to 291+99+150+12= 552
500-552= -52
2. The bus pass which cost $150.
3.1000-552= $448 left
4.1000-552-300-150=$-2 left. Withdrawal had happened.
The tangent line DC is perpendicular to the radius of the park
The length of AC is 245 feet
<h3>How to determine the distance AC?</h3>
To calculate the distance AC, we start by calculating the length of AB using:
DC^2 = (BC + AB) * BC
So, we have:
105^2 = (45 + AB) * 45
Evaluate the exponent
11025 = (45 + AB) * 45
Divide both sides by 45
245 = 45 + AB
Rewrite as:
AB + 45 = 245
From the figure, we have:
AC = AB + 45
Substitute AB + 45 = 245
AC = 245
Hence, the length of AC is 245 feet
Read more about line of tangents at:
brainly.com/question/6617153
Answer: One crate of peaches is $5
Step-by-step explanation:
All you do for this question is divide 125 by 25 gives us 5
Answer:
Step-by-step explanation:
The following code is written in Python. It is a function that takes in the number of miles as an argument and returns the number of laps that those miles represents.
def miles_to_laps(miles):
laps = miles / 0.25
return laps