SOLUTION: My problem is as follows: I need to write a function of the total amount of payment (P) in the number of t-shirts ordered (N). Here is the word problem: a wholesale store charge

Algebra.Com
Question 1010645: My problem is as follows:
I need to write a function of the total amount of payment (P) in the number of t-shirts ordered (N).
Here is the word problem:
a wholesale store charges $20 per t-shirt for the first 50 t-shirts, then $15 per t-shirt for those t-shirts from 51 to 125 t-shirts, and then $12 for each t-shirt from the 125th t-shirt.
I would greatly appreciate any help.
Thanks in advance.
Maria

Found 2 solutions by rothauserc, MathTherapy:
Answer by rothauserc(4718)   (Show Source): You can put this solution on YOUR website!
let i=0, j=0, k=0
if N < or = 50, then i=N
If N > or = 51 and N < or = 125 then
i=50
j=75
EXIT
if N > 125 then
i=50
j=75
k=(N-125)
EXIT
P = 20i + 15j + 12k

Answer by MathTherapy(10552)   (Show Source): You can put this solution on YOUR website!
My problem is as follows:
I need to write a function of the total amount of payment (P) in the number of t-shirts ordered (N).
Here is the word problem:
a wholesale store charges $20 per t-shirt for the first 50 t-shirts, then $15 per t-shirt for those t-shirts from 51 to 125 t-shirts, and then $12 for each t-shirt from the 125th t-shirt.
I would greatly appreciate any help.
Thanks in advance.
Maria
I believe you meant: "and then $12 for each t-shirt from the 126th  t-shirt."

This is a piece-wise function, as there're different prices for different numbers of t-shirts purchased
Number of t-shirts purchased: N
If up to 50 t-shirts are purchased, cost is: 20N
If 51 - 125 t-shirts, inclusive, are purchased, cost is: 15(N - 50) + 20(50), or 15N - 750 + 1,000, or 15N + 250
If more than 125 t-shirts are purchased, cost is: 12(N - 125) + 15(125) + 250, or 12N - 1,500 + 1,875 + 250, or 12N + 625
We therefore get:

RELATED QUESTIONS

The problem is write a equation to show the relationship between n, the number of... (answered by richwmiller)
Please help - my son and I can not even begin how to figure this out and we have spent... (answered by usyim88hk,xFunnayxHoneyx)
my question is that: please explain why the function is T(n) = (600-50n)*(10+n) and... (answered by Theo)
When the fundraiser began, 600 people wanted to purchase the dance troupe’s T-shirts at... (answered by Fombitz)
I want to order T-shirts for my organization. The price is $15 for each T-shrit and $10... (answered by richwmiller)
The expenses E and income I for making and selling T-shirts with a school logo are given... (answered by jorel1380)
candy produce t-shirts. the cost to produce n t-shirts is given by the expression... (answered by JoelSchwartz)
1 )The PTA at Magnolia Elementary is selling spirit shirts for students to wear on... (answered by chana)
For a city tour, Yolanda decides to order T-shirts for all the participants. It will cost (answered by Boreal)