document.write( "Question 226031: A girl scout troop sold cookies. If the girls sold 5 more boxes the second week than they did the first, and if they doubled the sales of the second week for the third week to sell a total fo 431 boxes of cookies, how many did they sell each week? Please show me how to set up this problem. Thank you very much.
\n" );
document.write( "Cheyenne
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #168445 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"first week sales\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"the girls sold 5 more boxes the second week\" ___ x + 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"they doubled the sales of the second week for the third week\" ___ 2(x + 5) = 2x + 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"a total fo 431 boxes of cookies\" ___ x + x + 5 + 2x + 10 = 431\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x + 15 = 431 \n" ); document.write( " |