Answer:
Total distance = 5.754 km
Step-by-step explanation:
Red lines of the right triangle show the layout of the race course.
Total length of the race course = Perimeter of the triangle
Perimeter of the triangle = Sum of the measures of all three sides
= 1.83 + 1.524 + 2.4
= 5.754 km
Therefore, total distance of the race course is 5.754 km.
D since the other options increase at a constant rate. For A, each increase in x is +4. For B, each increase in x is +1. For C, each increase is 13
Answer:
The x coordinate is a given number of pixels along the horizontal axis of a display starting from the pixel (pixel 0) on the extreme left of the screen. The y coordinate is a given number of pixels along the vertical axis of a display starting from the pixel (pixel 0) at the top of the screen.
Step-by-step explanation:
there are 5 1/5 in an hour
so multiply 1/2 by 5
1/2 = 0.5
0.5 *5 = 2.5 miles in 1 hour
Hello from MrBillDoesMath!
Answer:
11
Discussion:
Let "n" be the smaller number. Then
n * (n+5) = 176.
My first reaction to this problem was to factor 176 in my head. That's 176 = 16 * 11 and 16 is 5 more than 11. So that's the solution!.... Now let's solve it using the brute force approach:
n(n+5) = 176 =>
n^2 + 5n - 176 = 0 => use the quadratic formula
n = ( -5 +\- sqrt( 5^2 - 4(1)(-176)) ) /2
= ( -5 +\- sqrt( 25 + 704) )/ 2
= ( -5 +\- sqrt (729) ) /2 => as sqrt(729) = 27
= (-5 +\- 27) / 2 =>
= (-5 + 27)/2 or ( -5 -27)/2 =>
= 22/2 or -32/2 =>
= 11 or -16
But -16 is not allowed as the question wants a positive value.
Thank you,
MrB