The total cost of the cab ride was $25.50. The cabbie charges $1.50 per mile the entire trip.
Answer:
90.
Step-by-step explanation:
We have two lines of code:
y ← x + x + x + x + x
z ← y + y + y
and, x=6 before the execution. Then, when the program starts to run we obtain:
y ← 6 + 6 + 6 + 6 + 6
y ← 30
z ← 30+30+30
z ← 90.
Then, the value of z after excecution is 90.
Answer:
if the measure of an angle is 90°, then the angle is a right angle.
Step-by-step explanation:
p=the measure of an angle is 90°
q=the angle is a right angle
p is the hypothesis of the conditional statement
q is the conclusion of the conditional statement
Answer:
The percentage decrease = 0.9%
Step-by-step explanation:
Using the formula
Percentage Decrease = [ (Initial Value - Final Value) / |Initial Value| ] × 100
= [(9.80 - 9.71 ) / (9.80)] × 100
= [0.09 / 9.80] × 100
= 0.009 × 100
= 0.9%
Therefore, the percentage decrease = 0.9%
I have the same question on a test I'm taking thanks