document.write( "Question 1052689: Solomon went to the shopping centre to buy supplies for his mathematics project. He spent half of what he had plus R2 in the first shop, half of what he then had plus R1 in the second shop, half of what he then had plus R1 in the third shop and in the fourth shop half of all he had left. Three rands was left. How much money did he start with? \n" ); document.write( "
Algebra.Com's Answer #668058 by advanced_Learner(501)\"\" \"About 
You can put this solution on YOUR website!
Solomon went to the shopping centre to buy supplies for his mathematics project. He spent half of what he had plus R2 in the first shop, half of what he then had plus R1 in the second shop, half of what he then had plus R1 in the third shop and in the fourth shop half of all he had left. Three rands was left. How much money did he start with?
\n" ); document.write( "let
\n" ); document.write( " \"x\" be what he started with then.
\n" ); document.write( "First shop \"x%2F2%2B2\".
\n" ); document.write( "remaining \"x-%28x%2F2%2B2%29=x%2F2-2\".
\n" ); document.write( "Second shop \"%28x%2F2-2%29%2F2%2B1=x%2F4-1%2B1=x%2F4\"
\n" ); document.write( "remaining now \"x%2F2-2-x%2F4=x%2F4-2\".
\n" ); document.write( "Third shop \"%28x%2F4-2%29%2F2%2B1=x%2F8-1%2B1=x%2F8\"
\n" ); document.write( "remaining \"x%2F4-2-x%2F8=x%2F8-2\"
\n" ); document.write( "Fourth shop \"%28x%2F8-2%29%2F2=x%2F16-1=x%2F16+-1\"
\n" ); document.write( "remaing now , \"x%2F8-2-x%2F16%2B1=x%2F16-1\"\r
\n" ); document.write( "\n" ); document.write( "\"x%2F16-1=3\"
\n" ); document.write( "\"x%2F16=4\"
\n" ); document.write( "\"x=64\"\r
\n" ); document.write( "\n" ); document.write( "check
\n" ); document.write( "64
\n" ); document.write( "first shop 32+2 now remaing
\n" ); document.write( "30 remaining
\n" ); document.write( "second shop 15+1 now remaing
\n" ); document.write( "14
\n" ); document.write( "third shop 7+1
\n" ); document.write( "now remaing 6
\n" ); document.write( "fourth shop he spent half of 6 which is 3
\n" ); document.write( "and remainder is 3
\n" ); document.write( "checks!!
\n" ); document.write( "
\n" );