document.write( "Question 1092807: The sum of Richards age and his older brothers age is 63. The difference between their age is 13. How old are Richard and his brother? Explain how you found your answer. \n" ); document.write( "
Algebra.Com's Answer #707434 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let r = Richard's present age \n" ); document.write( "let b = his brothers \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( "\"The sum of Richards age and his older brothers age is 63.\" \n" ); document.write( "r + b = 63 \n" ); document.write( "\" The difference between their age is 13.\" \n" ); document.write( "r - b = 13 \n" ); document.write( " How old are Richard and his brother? \n" ); document.write( "We can use elimination with these two equations \n" ); document.write( "r + b = 63 \n" ); document.write( "r - b = 13 \n" ); document.write( "------------Adding these two equations eliminate b, find r \n" ); document.write( "2r + 0 = 76 \n" ); document.write( "r = 76/2 \n" ); document.write( "r = 38 yrs is Richard's age \n" ); document.write( ": \n" ); document.write( "Find the b using the 1st equation, replace r with 38 \n" ); document.write( "38 + b = 63 \n" ); document.write( "b = 63 - 38 \n" ); document.write( "b = 25 yrs is brother's age \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions in the 2nd equation \n" ); document.write( "38 - 25 = 13 \n" ); document.write( " |