Answer:
how much do the hats cost
<h2>
Answer:</h2>
This is impossible to solve.
<h2>
Step-by-step explanation:</h2>
For an equation or inequality to be solvable, there must be the same number of inequalities as variables. Here, there is an x and there is a y. This means that you need at least two inequalities to solve it.
You can, however, rearrange to get x or y on one side.
This can be done for x:
5x < 10 + 2y
x < 2 + 2/5y
Or it can be done for y:
5x < 10 + 2y
5x - 10 < 2y
2.5x - 5 < y
Step-by-step explanation:
To find the answer we first multiply 129 by 0.7 since the price descresed 30 percent. each percent is equal to 0.01.
129 * 0.7 = 90.3
Then we multiply 90.3 by 1.0875 since that is the sales tax
90.3 * 1.0875 = 98.2
so the cost is 98.2
Answer:
b. How many ways arc there to go 12 miles?
≡ p(12) = 25
c. How many ways arc there to go 20 miles?
≡ p(20) = 131
d. How many ways arc there to go 22 miles?
≡p(22) 199
Step-by-step explanation:
a) supposed you walked for the first hour. Then you would have travelled 3 miles. if you jogged you would have covered 5miles and if you run you would have covered 10miles. now you have to decide how to run the rest miles from the n miles.
Thus, the number of ways one can cover n miles will be given by the recurrence relation
p(n) = p( n-3) + p( n-5) + p( n - 10)
now to solve the rest of the question, let us make a table which provides the number of ways for n = 1 to 22.
check the attachment for the table
b. How many ways arc there to go 12 miles?
≡ p(12) = 25
c. How many ways arc there to go 20 miles?
≡ p(20) = 131
d. How many ways arc there to go 22 miles?
≡p(22) 199