document.write( "Question 791158: Jennifer is 1 year older than lauren. Three times lauren's age in 2 years is the same as my mother's age 6 years ago. If my mother is 4 years younger than my father, how old will i be next year? \n" ); document.write( "
Algebra.Com's Answer #479470 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let L = Lauren's present age \n" ); document.write( "let J = Jennifer's age \n" ); document.write( "let m = mom's present age \n" ); document.write( "let f = Dad's age \n" ); document.write( ": \n" ); document.write( "\"Jennifer is 1 year older than lauren. \n" ); document.write( "j = L + 1 \n" ); document.write( ": \n" ); document.write( "\"Three times lauren's age in 2 years is the same as my mother's age 6 years ago.\" \n" ); document.write( "3(L+2) = m - 6 \n" ); document.write( ": \n" ); document.write( " If my mother is 4 years younger than my father, \n" ); document.write( "m = f - 4 \n" ); document.write( ": \n" ); document.write( "how old will i be next year? You will be one year older \n" ); document.write( " |