document.write( "Question 1090550: Huey has four dollars more than two times as many dollars as Louie. Dewey has four fewer dollars than two times as many dollars as Huey. How much money does each have if the total amount of money is 85? \n" ); document.write( "
Algebra.Com's Answer #704988 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
H = 2L+4
\n" ); document.write( "D = 2L-4
\n" ); document.write( "-----------------
\n" ); document.write( "H + L + D = 85 substitute for H and D per above:
\n" ); document.write( "2L + 4 + L + 2L - 4 = 85
\n" ); document.write( "5L = 85
\n" ); document.write( "L = 17
\n" ); document.write( "So now we know how much Louie has Let's find Huey and Dewey:
\n" ); document.write( "H = 2L + 4; H = 2(17) + 4; H = 38
\n" ); document.write( "D = 2L - 4; D = 2(17) - 4; D = 30
\n" ); document.write( "
\n" );