document.write( "Question 896733: the sum of the ages of the girl and brother is 26 years. 3 years ago her age was four time the age of her brother. find the present ages of the girl and brother?? \n" ); document.write( "
Algebra.Com's Answer #543757 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let g = girl's present age \n" ); document.write( "let b = brother's age \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( " the sum of the ages of the girl and brother is 26 years. \n" ); document.write( "g + b = 26 \n" ); document.write( ": \n" ); document.write( " 3 years ago her age was four time the age of her brother. \n" ); document.write( "g - 3 = 4(b-3) \n" ); document.write( "g - 3 = 4b - 12 \n" ); document.write( "g = 4b - 12 + 3 \n" ); document.write( "g = 4b - 9 \n" ); document.write( "Arrange equation for elimination \n" ); document.write( "g - 4b = -9 \n" ); document.write( "Subtract above from the 1st equation \n" ); document.write( "g + b = 26 \n" ); document.write( "g - 4b = -9 \n" ); document.write( "-------------Subtraction eliminates g, find b \n" ); document.write( "0 + 5b = 35 \n" ); document.write( "b = 35/5 \n" ); document.write( "b = 7 yrs is brother's present age \n" ); document.write( ": \n" ); document.write( "I'll let you find the girl's age; (g + 7 = 26) \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check your solutions in the 2nd statement \n" ); document.write( " \n" ); document.write( " |