document.write( "Question 1063694: a sum of money was shared by daniel, elliot, and frank in the ratio of 5:7:8, if frank's share was $2781 more than daniel's, what was the original amount of the money shared \n" ); document.write( "
Algebra.Com's Answer #678849 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a sum of money was shared by daniel, elliot, and frank in the ratio of 5:7:8, \n" ); document.write( " if frank's share was $2781 more than daniel's, \n" ); document.write( " what was the original amount of the money shared \n" ); document.write( ": \n" ); document.write( "let x = the multiplier \n" ); document.write( "then \n" ); document.write( "5x = d's share \n" ); document.write( "7x = e's share \n" ); document.write( "8x = f's share \n" ); document.write( ": \n" ); document.write( "\" frank's share was $2781 more than daniel's,\", therfore: \n" ); document.write( "8x = 5x + 2781 \n" ); document.write( "8x - 5x = 2781 \n" ); document.write( "3x = 2781 \n" ); document.write( "x = 2781/3 \n" ); document.write( "x = 927 is the multiplier \n" ); document.write( "\"what was the original amount of the money shared \n" ); document.write( "927(5) + 927(7) + 927(8) = $18540 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check: 20(927) = 1840 \n" ); document.write( " \n" ); document.write( " |