document.write( "Question 237340: Please help me understand how to solve the following problem? \r
\n" );
document.write( "\n" );
document.write( "Three tired and hungry people had a big bag of apples. While the other two were asleep, one of the three awoke, ate one-third of the apples, and went back to sleep. Later a second person awoke, ate one-third of the remaining apples and went back to sleep. Finally, the third person awoke and ate one-third of the remaining apples, leaving 8 apples in the bag. How many apples were in the bag originally? \n" );
document.write( "
Algebra.Com's Answer #174537 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x=the original number \n" ); document.write( "2/3 remained after the 1st ate 1/3 \n" ); document.write( "x * 2/3 * 2/3 * 2/3 =8 \n" ); document.write( "8x/27=8 \n" ); document.write( "x/27=1 \n" ); document.write( "x=27 apples \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |