document.write( "Question 990614: the sum of the ages of a brother and sister is 28. if four time the brothers age is subtracted from three times the sister age , the difference is 14 \n" ); document.write( "
Algebra.Com's Answer #610654 by Timnewman(323)![]() ![]() You can put this solution on YOUR website! Let the age of the brother and sister be x and y. \n" ); document.write( "from your question, \n" ); document.write( "x+y=28----(1) \n" ); document.write( "3x-4y=14----(2) \n" ); document.write( "from 1, \n" ); document.write( "x=28-y---(3) \n" ); document.write( "put 3 in 2 \n" ); document.write( "3(28-y)-4y=14 \n" ); document.write( "84-3y-4y=14 \n" ); document.write( "7y=70 \n" ); document.write( "y=10 \n" ); document.write( "put y=10 in 3 \n" ); document.write( "x=28-10 \n" ); document.write( "x=18 \n" ); document.write( "The ages of sister and brother is 18yrs and 10yrs respectively. \n" ); document.write( "HOPE THIS HELPS? \n" ); document.write( " |