document.write( "Question 833602: Jerry wants to purchase some items whose cost function is c=3x + 5, where x is the number of items. If Jerry spends between $50 and $80, find the minimum and maximum number of items that he can purchase. \n" ); document.write( "
Algebra.Com's Answer #502704 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
50=3x+5
\n" ); document.write( "50-5=3x
\n" ); document.write( "45=3x
\n" ); document.write( "45/3=x
\n" ); document.write( "x=15
\n" ); document.write( "------------
\n" ); document.write( "80=3x+5
\n" ); document.write( "80-5=3x
\n" ); document.write( "75=3x
\n" ); document.write( "75/3=x
\n" ); document.write( "x=25
\n" ); document.write( "
\n" );