document.write( "Question 1026271: Sum of two students is 24, the difference between ages is 8. If James is older then Andy, determine their ages using simultaneous equations. \n" ); document.write( "
Algebra.Com's Answer #641511 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Sum of two students is 24 \n" ); document.write( "x + y = 24......(1) \n" ); document.write( "the difference between ages is 8. \n" ); document.write( "x - y = 8.......(2) \n" ); document.write( "Simultaneous Equations: \n" ); document.write( "x + y = 24........(1) \n" ); document.write( "x - y = 8.........(2) \n" ); document.write( "Add Eq(1) + Eq(2) \n" ); document.write( "2x = 32 \n" ); document.write( "x = 16 \n" ); document.write( "Substitute x = 16 into Eq(1) \n" ); document.write( "x + y = 24 \n" ); document.write( "16 + y = 24 \n" ); document.write( "y = 24 - 16 \n" ); document.write( "y = 8 \n" ); document.write( "James is 16 years old \n" ); document.write( "Andy is 8 years old. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |