document.write( "Question 800983: George and Heather have a combined income of $87,000. Heather earns $3,000 less than twice what George earns. How much does each earn? \n" ); document.write( "
Algebra.Com's Answer #483395 by Finavon(81)![]() ![]() ![]() You can put this solution on YOUR website! Let H and G be respective incomes \n" ); document.write( "H+G=87000 \n" ); document.write( "2*G=H+3000 so H=2*G-3000 \n" ); document.write( "substituting for H \n" ); document.write( "2*G-3000 + G =87000 \n" ); document.write( "3*G = 90000 \n" ); document.write( "so G=30000 and H=57000 \n" ); document.write( "George earns $30000; Heather earns $57000\r \n" ); document.write( "\n" ); document.write( "Check 2+30000=57000+3000 = 60000 \n" ); document.write( " |