document.write( "Question 1134848: (1) Harold has twice as much money as Nadine. Nadine has 3 times as much money as Sandra. If together they have $357, how much money does each of them have? \n" ); document.write( "
Algebra.Com's Answer #752329 by addingup(3677)![]() ![]() You can put this solution on YOUR website! H + N + S = 357 \n" ); document.write( "H = 2N \n" ); document.write( "S = 1/3N \n" ); document.write( ". \n" ); document.write( "N + 2N + 1/3N = 357 \n" ); document.write( "3N + 6N + N = 1071 \n" ); document.write( "10N = 1071 \n" ); document.write( "N = 107.10 \n" ); document.write( ". \n" ); document.write( "H = 2(107.10) = 214.20 \n" ); document.write( "S = 1/3N = 1/3(107.10) = 35.70 \n" ); document.write( ". \n" ); document.write( "Check: \n" ); document.write( "107.10+214.2+35.70 = 357 Correct \n" ); document.write( " |