document.write( "Question 1114041: Paul is 8 years older then julie. Julie is half as old as Paul.
\n" );
document.write( "Write an eviction you you can use to model the problem.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #729060 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Paul is 8 years older then julie. \n" ); document.write( "p = j + 8 \n" ); document.write( " Julie is half as old as Paul. \n" ); document.write( "j = \n" ); document.write( " Write an equation you you can use to model the problem. \n" ); document.write( "replace p with j+8) in the above equation \n" ); document.write( "j = \n" ); document.write( "to solve \n" ); document.write( "multiply both sides by 2 \n" ); document.write( "2j = j + 8 \n" ); document.write( "2j - j = 8 \n" ); document.write( "j = 8 yrs is Julie's age \n" ); document.write( "YOu can find Paul's age \n" ); document.write( " |