document.write( "Question 633158: joe bought a bag of oranges on Monday, and ate a third of them. On Tuesday he ate half of the remaining oranges. On Wednesday he looked in the bag to find he only had two oranges left. How many oranges were originally in the bag? \n" ); document.write( "
Algebra.Com's Answer #398824 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Joe bought a bag of oranges on Monday, and ate a third of them.
\n" ); document.write( " On Tuesday he ate half of the remaining oranges.
\n" ); document.write( " On Wednesday he looked in the bag to find he only had two oranges left.
\n" ); document.write( " How many oranges were originally in the bag?
\n" ); document.write( ":
\n" ); document.write( "Let x = original number of oranges
\n" ); document.write( ":
\n" ); document.write( "\"2%2F3\"x, remain on Monday
\n" ); document.write( "\"1%2F2\"*\"2%2F3\"x = \"1%2F3\"x remain on Tuesday
\n" ); document.write( "\"1%2F3\"x = 2 remain on Wednesday
\n" ); document.write( "multiply both sides by 3
\n" ); document.write( "1x = 6 orange originally
\n" ); document.write( "
\n" );