document.write( "Question 999441: Larry is eight years younger than four times nicks age. Twice the sum of their ages is 114. How much older is larry than nick?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #617085 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Write an equation for each statement \n" ); document.write( "; \n" ); document.write( "Larry is eight years younger than four times nicks age. \n" ); document.write( "L = 4N - 8 \n" ); document.write( " Twice the sum of their ages is 114. \n" ); document.write( "2(L + N) = 114 \n" ); document.write( "Simplify, divide by 2 \n" ); document.write( "L + N = 57 \n" ); document.write( "Replace L with (4N-8) from the first statement \n" ); document.write( "4N - 8 + N = 57 \n" ); document.write( "5N = 57 + 8 \n" ); document.write( "N = 65/5 \n" ); document.write( "N = 13 yrs is Nick's age \n" ); document.write( "then \n" ); document.write( "L = 4(13) - 8 \n" ); document.write( "L = 52 - 8 \n" ); document.write( "L = 44 yrs is Larry's age \n" ); document.write( ": \n" ); document.write( " How much older is larry than nick? \n" ); document.write( "I'll let you figure that out \n" ); document.write( " |