document.write( "Question 887895: share $36.00 among 3 friends giving 1 friend $6.00 more than the other friend, third friend got $3.00 more than the first one
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #803745 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x = friend who got the least amount of money\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x + 6) + (x + 3) = 36 \n" ); document.write( "3x + 9 = 36 \n" ); document.write( "3x = 27\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 9 \n" ); document.write( " |