document.write( "Question 167822: Mother spent 1/2 of her money in the first store. She spent 2/3 of her money in the second store. She has $25 left. How much money does she have first? \n" ); document.write( "
Algebra.Com's Answer #123712 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
x=25+2/3*1/2x+1/2x
\n" ); document.write( "x=25+2x/6+x/2
\n" ); document.write( "x=25+(2x+3x)/6
\n" ); document.write( "x=25+5x/6
\n" ); document.write( "x-5x/6=25
\n" ); document.write( "x/6=25
\n" ); document.write( "x=25*6
\n" ); document.write( "x=$150 initial amount Mother had.
\n" ); document.write( "Proof:
\n" ); document.write( "150=25+2/3*150/2+150/2
\n" ); document.write( "150=25+300/6+150/2
\n" ); document.write( "150=25+50+75
\n" ); document.write( "150=150
\n" ); document.write( "
\n" );