document.write( "Question 1095188: Brian is three times as old as Jrodan. maggie is five years older than Jordan. If the sum of their ages is 100, how old are Brian, Jordan, and Maggie \n" ); document.write( "
Algebra.Com's Answer #709745 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Brian is three times as old as Jordan. \n" ); document.write( "b = 3j \n" ); document.write( " maggie is five years older than Jordan. \n" ); document.write( "m = j+5 \n" ); document.write( " If the sum of their ages is 100, \n" ); document.write( "b + j + m = 100 \n" ); document.write( " how old are Brian, Jordan, and Maggie \n" ); document.write( "In the above equation, replace b with 3j and replace m with (j+5) \n" ); document.write( "3j + j + (j+5) = 100 \n" ); document.write( "5j = 100 - 5 \n" ); document.write( "5j = 95 \n" ); document.write( "j = 95/5 \n" ); document.write( "j = 19 is Jordan's age \n" ); document.write( ": \n" ); document.write( "Use the first two equations to find b and m. See that your 3 solutions add up to 100 \n" ); document.write( " |