document.write( "Question 981578: Presley is organizing the school book sale. Each stall will have 40 books on the shelf and 2 boxes of books with b books inside. Presley also has 200 books in inventory to refill the shelves as books sell. This situation can be written as the following expression:\r
\n" );
document.write( "\n" );
document.write( "40s + (2b)s + 200\r
\n" );
document.write( "\n" );
document.write( "How many books should Presley have ready if she plans to open 8 stalls and have 12 books in each box? \n" );
document.write( "
Algebra.Com's Answer #602542 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "S=number of stalls=8; b=books per box=12; T=total books needed \n" ); document.write( ". \n" ); document.write( "T=40S+(2b)S+200 \n" ); document.write( "T=S(40+2b)+200 \n" ); document.write( "T=8(40+2(12))+200 \n" ); document.write( "T=8(40+24)+200 \n" ); document.write( "T=8(64)+200 \n" ); document.write( "T=512+200=712 \n" ); document.write( ". \n" ); document.write( "ANSWER: She needs to have 712 books on hand to open 8 stalls. \n" ); document.write( " |