document.write( "Question 986382: Julio has 5 more dollars than Dan. Altogether, Julio and Dan have 19 dollars. How much money does each young man have? \r
\n" );
document.write( "\n" );
document.write( "6. Let d represent the amount of money, in dollars, that Dan has. Use d to write an expression that represents the amount of money that Julio has. \r
\n" );
document.write( "\n" );
document.write( "7. Write an equation to represent the problem situation. \n" );
document.write( "
Algebra.Com's Answer #607354 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Julio has 5 more dollars than Dan. Altogether, Julio and Dan have 19 dollars. How much money does each young man have? \n" ); document.write( "6. Let d represent the amount of money, in dollars, that Dan has. \n" ); document.write( " Use d to write an expression that represents the amount of money that Julio has. \n" ); document.write( "Julio's amt = j \n" ); document.write( "j = d + 5 \n" ); document.write( ": \n" ); document.write( "7. Write an equation to represent the problem situation. \n" ); document.write( "j + d = 19 \n" ); document.write( "replace j with (d+5) \n" ); document.write( "(d + 5) + d = 19 \n" ); document.write( "2d + 5 = 19 \n" ); document.write( "2d = 19 - 5 \n" ); document.write( "2d = 14 \n" ); document.write( "d = 14/2 \n" ); document.write( "d = $7 amt that Dan has \n" ); document.write( "then \n" ); document.write( "7 + 5 = $12, amt Julio has \n" ); document.write( " |