The correct answer should 4% because the ratio is 3 out of 75 which would leave 72 non-defective bulbs. So your answer is 4%
9514 1404 393
Answer:
cost for adults: 2×$12.50
cost for children: 3×$8.00
total cost: 2×$12.50 +3×$8.00
$49.00
Step-by-step explanation:
Assuming I, my brother, and my sister qualify for children's tickets, we have ...
cost for adults: 2×$12.50
cost for children: 3×$8.00
total cost: 2×$12.50 +3×$8.00
Evaluation:
$25.00 +24.00 = $49.00 . . . . . . . multiplication is performed first
You would have 1818 of pie left over...... I do not know the fraction of it
32= 4x
That would be the equation and x would then be 8
hope this helps
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.