document.write( "Question 1122372: Sam is ten less than 3 times as old as Alex. If the difference between their ages is 28, How old is Sam and Alex? \n" ); document.write( "
Algebra.Com's Answer #738485 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let age of sam be equal to x. \n" ); document.write( "let age of alex be equal to y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "age of sam is 10 less than 3 times the age of alex.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula for that is x = 3 * y - 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the difference between their ages is 28.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula for that is x - y = 28\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in this last formula, solve for x to get x = y + 28\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the first formula, replace x with y + 28 to get y + 28 = 3 * y - 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract y from both sides of the equation and add 10 to both sides of the equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "28 + 10 = 3 * y - y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get 38 = 2 * y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for y to get y = 38 / 2 = 19\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since x = 3 * y - 10, then x must be equal to 47.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "age of sam is 47 \n" ); document.write( "age of alex is 19\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "age of sam is 3 * age of alex minus 10. \n" ); document.write( "that becomes 47 = 3 * 19 - 10 which becomes 47 = 47, confirming this part of the solution is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the difference between their ages is 28. \n" ); document.write( "47 - 19 = 28, confirming this part of the solution is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solution looks good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sam is 47 and alex is 19.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |