document.write( "Question 259474: a certain store has a fax machine available for use by its customers. The store charges $2.35 to send the first page and $0.50 for each subsequent page. Use an inequality to find the maximum number of pages that can be faxed for $8.35 \n" ); document.write( "
Algebra.Com's Answer #190986 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
2.35+.50X<=8.35
\n" ); document.write( ".50X<=8.35-2.35
\n" ); document.write( ".50X<=6
\n" ); document.write( "X<=6/.50
\n" ); document.write( "X<=12 IS THE MAX. NUMBER OF PAGES THAT CAN BE FAXED FOR $8.35.
\n" ); document.write( "
\n" );