document.write( "Question 936602: A man gives 30% of his money to his elder son and 40% of the remaining money to his younger son, and is left with 11,700. How much money did he have in the beginning? \n" ); document.write( "
Algebra.Com's Answer #570139 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = original amount \n" ); document.write( "y = to elder son \n" ); document.write( "z = to younger son \n" ); document.write( "--- \n" ); document.write( "y = 0.30x \n" ); document.write( "z = (x - 0.30x)*0.40 \n" ); document.write( "z = (1 - 0.30)x*0.40 \n" ); document.write( "z = 0.70*0.40x \n" ); document.write( "--- \n" ); document.write( "remaining money: \n" ); document.write( "x - y - z = 11700 \n" ); document.write( "x - 0.30x - 0.70*0.40x = 11700 \n" ); document.write( "(1 - 0.30 - 0.70*0.40)x = 11700 \n" ); document.write( "x = 11700/(1 - 0.30 - 0.70*0.40) \n" ); document.write( "x = 27857.14 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = original amount = 27857.14 \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |