Answer:
begins the trip with 14 gallons of gas in her car.
The car uses up one gallon of gas every 30 miles.
Let g represent the number of gallons of gas she has left in her tank, and let d
represent the total distance
Step-by-step explanation:d = 30(14 - g)
:
For example, if she uses two gallons, there will be 12 gal left in the tank; g=12
d = 30(14 - 12)
d = 30(2)
d = 60 mi Here you go
Answer:
Both Oscar and Kim will have enough to purchase the book.
Step-by-step explanation:
Oscar takes 30% of the normal price and subtracts it from the normal price. Out of 100% price he takes 30% so the result is: 100-30%= 70% of the normal price. Oscar's first step has the same result as Kim.
Oscar takes 10% of the discounted price (70%) and adds it back. The price will become 70% + 10%*70%= 77% of original price. Kim multiplies the discounted price with 110%, so the price will be: 70% * 110%= 77%. Both also give the same result.
The final price is 77% of the original, it will be: $28.50* 77%= $21.945
Oscar :
28.50 - 0.30(28.50) = 28.50 - 8.55 = 19.95
0.10(19.95) + 19.95 = 2 + 19.95 = 21.95
Kim :
0.7(28.50) = 19.95
1.10(19.95) = 21.95
Answer:
24
Step-by-step explanation:
substitute the given values for a and z into the expression
- 3az
= - 3(- 2)(4) = 6 × 4 = 24
Answer:
x=11
Step-by-step explanation:
The switch case works like an if or if-else, where each of the cases are conditionals. Here we have 7 cases and we know that our variable begins with x=5.
First, it enters to case 5 because of x=5, so x+=3, this means we add 3 to the actual value of the variable ⇒ x=8.
At this point, if there's not break the program continues to the next case, executing the statements until a break or the end on the switch is reached.
In this order, the x = 8 and next we add 1 (case 6) ⇒ x=9. We add 2 (case 7) x+=2 ⇒ x=10. Then we rest 1 (case 8) ⇒ x=9 and then we add 1 again as in case 9 ⇒ x=11.
Answer: Yes it does represent a dilation... It is enlarged..
Step-by-step explanation: