document.write( "Question 627516: A manufacturer of jam wants to make a profit of $75 by selling 300 jars of jam. It costs 65 cents each to make the first 100 jars of jam and 55 cents each to make each jar after the first 100. What price should be charged for the 300 jars of jam? \n" ); document.write( "
Algebra.Com's Answer #394963 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "selling price-cost =profit
\n" ); document.write( "cost =100*.65+200*.55
\n" ); document.write( "profit =75
\n" ); document.write( "selling price=300*s
\n" ); document.write( "300*s-(100*.65+200*.55)=75
\n" ); document.write( "300*s-(65+110)=75
\n" ); document.write( "300*s-175=75
\n" ); document.write( "300s=250
\n" ); document.write( "6s=5
\n" ); document.write( "s=5/6=.83\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );