document.write( "Question 1151884: Rose purchased a total of 17 books and toys for the Rupert Play School. Each book costs $11 and each toy costs $6. How many books and toys did she buy for $157?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #773742 by Boreal(15235) You can put this solution on YOUR website! book=x \n" ); document.write( "toy=17-x, since they both add to 17\r \n" ); document.write( "\n" ); document.write( "x*11+(17-x)*6=157 \n" ); document.write( "11x+102-6x=157 \n" ); document.write( "5x=55 \n" ); document.write( "x=11 books ($121) \n" ); document.write( "17-x=6 toys ($36) \n" ); document.write( " |