10% of $15 = 15/10= 1.5
1.5 x 2= 3 = 20%
15-3=12
Therefore the towel will be $12 with a 20% of coupon
Answer:
Python will return:
True
Step-by-step explanation:
The math function ** is an exponent indicator.
The equation you made was:

When you run this in python, it will return as true.
It is run as a Boolean expression because you have already provided the answer to the expression with the "==" statement.
If you had provided an incorrect answer (setting it equal to any number other than 4), it would return False.
Answer:
Part A: The percent discount on game is 20%.
Part B: Mario paid a total of $28.50 including sales tax.
Step-by-step explanation:
Given that:
Part A:
Original price of video game = $32.99
Discounted price = $26.39
Amount of discount = 32.99 - 26.39 = $6.60
Discount percent = 
Discount percent = 
Discount percent = 20%
Part B:
Sales tax = 8% of discounted price
Amount of sales tax = 
Amount of sales tax = $2.11
Total amount = $26.39 + $ 2.11 = $28.50
Hence,
Part A: The percent discount on game is 20%.
Part B: Mario paid a total of $28.50 including sales tax.
Answer:
the average rate of change is 4.
Step-by-step explanation:
Find the average rate of change of f(x)=x^2 on the interval [1,3].
The average rate of change of f(x) on the interval [a,b] is f(b)−f(a)/b−a.
We have that a=1, b=3, f(x)=x^2.
Thus, f(b)−f(a)/b−a=((3))^2−(((1))^2)/3−(1) = 4.
Answer:
There are 26 possible way to determine two distinct integers whose sum is 27.
Step-by-step explanation:
To find : The number of ways a computer can randomly generate one or more such integers from 1 through 30. Two distinct integers whose sum is 27.
Solution :
We have given the numbers from 1,2,3,4......,29,30.
In order to get two distinct numbers having the sum 27,
There are the possibilities :
1+26=27
2+25=27
3+24=27
......
24+3=27
25+2=27
26+1=27
The maximum number taken is 26.
So, There are 26 possible way to determine two distinct integers whose sum is 27.