document.write( "Question 171037: You are 4 years older than your brother. Two years ago you were 1.5 x older than him. How old are you know? \n" ); document.write( "
Algebra.Com's Answer #126250 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! let your age be x. \n" ); document.write( "let your brother's age be y. \n" ); document.write( "----- \n" ); document.write( "you are now 4 years older than your brother: \n" ); document.write( "x = y + 4 \n" ); document.write( "----- \n" ); document.write( "two years ago you were 1.5 times older than your brother: \n" ); document.write( "x - 2 = 1.5 * y \n" ); document.write( "----- \n" ); document.write( "how old are you now? \n" ); document.write( "----- \n" ); document.write( "you have 2 equations that need to be solved simultaneously (the same values for x and y make both equations true). \n" ); document.write( "----- \n" ); document.write( "one way to solve this is as follows: \n" ); document.write( "leave your first equation as it is: \n" ); document.write( "x = y + 4 \n" ); document.write( "----- \n" ); document.write( "take your second equation and add 2 to both sides: \n" ); document.write( "x = 1.5*y + 2 \n" ); document.write( "---- \n" ); document.write( "since both equations equal to x, then both equation equal to each other: \n" ); document.write( "y + 4 = 1.5*y + 2 \n" ); document.write( "solve for y: \n" ); document.write( "subtract 2 from both sides of the equation: \n" ); document.write( "y + 4 - 2 = 1.5*y + 2 - 2 \n" ); document.write( "simplify: \n" ); document.write( "y + 2 = 1.5 * y \n" ); document.write( "subtract y from both sides of the equation: \n" ); document.write( "y - y + 2 = 1.5 * y - y \n" ); document.write( "simplify: \n" ); document.write( "2 = .5 * y \n" ); document.write( "multiply both sides of equation by 2: \n" ); document.write( "2 * 2 = 2 * .5 * y \n" ); document.write( "simplify: \n" ); document.write( "4 = y \n" ); document.write( "exchange sides of equation (value remains the same): \n" ); document.write( "y = 4 \n" ); document.write( "----- \n" ); document.write( "you now have y = 4. \n" ); document.write( "take either equation and solve for x: \n" ); document.write( "take: \n" ); document.write( "x = y + 4 \n" ); document.write( "substitute 4 for y: \n" ); document.write( "x = 4 + 4 = 8 \n" ); document.write( "you now have: \n" ); document.write( "x = 8 \n" ); document.write( "y = 4 \n" ); document.write( "----- \n" ); document.write( "the first equation is satisfied since you used it to find x. \n" ); document.write( "take the second equation and substitute 4 for y and 8 for x: \n" ); document.write( "x - 2 = 1.5 * y \n" ); document.write( "substitute for x and y: \n" ); document.write( "8 - 2 = 1.5 * 4 \n" ); document.write( "simplify: \n" ); document.write( "6 = 1.5 * 4 \n" ); document.write( "6 = 6 \n" ); document.write( "equation is true. \n" ); document.write( "you are 8 years old now (x = 8). \n" ); document.write( "your brother is 4 years old now (y = 4). \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |