Answer:
0 ≤ x ≤ 18
Step-by-step explanation:
Let 'x' be the number of youth tickets purchased at the zoo and 'y' be the number of adult tickets purchased at the zoo.
At a zoo, youth tickets cost $5 and adult tickets cost $9. A group spent a total of $90 on tickets. We can write as
5x + 9y = 90
to find x we divide both side by 5
x = (90-9y)/5 => 90/5 - 9y/5
x = 18 - 9y/5
The domain of the relationship is the possible set of values of x and y that satisfies the equation. The domain of this relationship is
0 ≤ x ≤ 18
At x = 0, it means only adult tickets were purchased.
At x = 18, it means only youth tickets were purchased.
40,000
9,000
200
50
4
I'm guessing that's what you were looking for?
Answer:
x = 5
Step-by-step explanation:
12x - 6 + 6 = 54 + 6
12x = 60
12/12 = 60/12
X = 5
The sale price is $30.52
:)
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