document.write( "Question 33967: one man recieved 15% more than another man when they shared an inheritance of $4,300.00/ how much did each man receive? \n" ); document.write( "
Algebra.Com's Answer #20350 by fanism(39)![]() ![]() ![]() You can put this solution on YOUR website! assume the first guy has $x, and second guy has $y, therefore \n" ); document.write( "x = y (1 + 15%) \n" ); document.write( "x = y (1.15) -- equation 1 \n" ); document.write( "the total amount of money is $4300. therefore \n" ); document.write( "x + y = 4300 -- equation 2\r \n" ); document.write( "\n" ); document.write( "solve both equations, and you will get \n" ); document.write( "x = $2300 and y = $2000 \n" ); document.write( " |