Substitute 8 for x in the function.
y=50(8)=400
He would travel 400 miles
Mean: ( 9 + 7 + 6.5 + 7.5 + 7 + 8 + 5 + 6 + 7.5 + 8 ) : 10 = 7.15
Variance:
(Sigma)² = ( 1.85² + 0.15² + 0.65² + 0.35² + 0.15² + 0.85² + 2.15² + 1.15² + 0.35² + 0.85² ) : 10 ≈ 1.15
Answer: C ) 1.15
30 gallons * 5 = 150 gallons
3 quarts * 5 = 15 quarts
1 pint * 5 = 5 pints
Four quarts in a gallon: 15/4 = 3 gallons, 2 quarts
2 pints in a quart: 5/2 = 2 quarts, 1 pint
2 quarts + 2 quarts = 1 gallon
150 + 3 + 1 gallons + 1 pint = 153 gallons, 1 pint.
Step-by-step explanation:

Given equaiton is in the form of ax^2 +bx+c=0
we apply quadratic formula to solve for x

a= 1 b = -12 and c= 59



Divide the 12 and square root terms by 2

so
and 
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.