document.write( "Question 248689: Elena's Daughter sold 23 boxes of girl scout cookies, she was told that this represented 10% of the troops sales How many boxes did the troops sell?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #181207 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! let x= total sold by the troop \n" ); document.write( "10%=.10 \n" ); document.write( "10%=1/10 \n" ); document.write( "let's use the fraction \n" ); document.write( "(1/10)*x=23 \n" ); document.write( "multiply by 10(both sides) \n" ); document.write( "x=230 boxes of expensive girl scout cookies \n" ); document.write( " |