document.write( "Question 1089708: Linda, Austin, and Juan have a total of $137
\n" );
document.write( "in their wallets. Linda has $7
\n" );
document.write( "more than Austin. Juan has 4
\n" );
document.write( "times what Linda has. How much do they have in their wallets? \n" );
document.write( "
Algebra.Com's Answer #704072 by addingup(3677)![]() ![]() You can put this solution on YOUR website! L+A+J = 137 (1) \n" ); document.write( "A = L-7 \n" ); document.write( "J = 4L \n" ); document.write( "Substitute in (1): \n" ); document.write( "L+L-7+4L = 137 \n" ); document.write( "6L-7 = 137 \n" ); document.write( "6L = 144 \n" ); document.write( "L = 144/6 = 24 \n" ); document.write( " \n" ); document.write( " |