document.write( "Question 293267: I need to wirte an expression\r
\n" );
document.write( "\n" );
document.write( "a person joins a book club and the first six books are free but then each costs 8.98\r
\n" );
document.write( "\n" );
document.write( "how much did he pay for eight books\r
\n" );
document.write( "\n" );
document.write( "if a bill came through with the shipment of 53.88 how would you create aqnd solve the equation\r
\n" );
document.write( "\n" );
document.write( "thanks \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #211733 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I need to wirte an expression \n" ); document.write( "a person joins a book club and the first six books are free but then each costs 8.98 \n" ); document.write( "how much did he pay for eight books? \n" ); document.write( "Ans: 2*8.98 = $17.96 \n" ); document.write( "------------------------------------ \n" ); document.write( "if a bill came through with the shipment of 53.88 how would you create and solve the equation \n" ); document.write( "--- \n" ); document.write( "Cost = 0*6 + 8.98(x-6), where x is the number of books bought. \n" ); document.write( "53.88 = 8.98(x-6) \n" ); document.write( "(x-6) = 53.88/8.98 \n" ); document.write( "(x-6) = 6 \n" ); document.write( "x = 12 books \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " \n" ); document.write( " |