document.write( "Question 473104: Two numbers have a sum of 50. If the second number is 2 more than 3 times the first number, what are the 2 numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #324490 by karaoz(32)![]() ![]() You can put this solution on YOUR website! The unknown values are two numbers. \n" ); document.write( "Let's name them m and n. \n" ); document.write( " Next, translate the relevant information into algebraic statements using m and n. \n" ); document.write( "From the first sentence we know that m + n = 50. \n" ); document.write( "From the second sentence we know that n = 3m + 2 and we know that they want us to to find the values for m and n. \n" ); document.write( " Writing only algebraic statements now, we have: \n" ); document.write( "m + n = 50 \n" ); document.write( "n = 3m + 2, \n" ); document.write( "which is the system of 2 equations with 2 unknowns. \n" ); document.write( " We can use the second equation to substitute for n in the first equation. \n" ); document.write( "This way we will get new equation that has only one variable in it. \n" ); document.write( "m + (3m + 2) = 50 \n" ); document.write( "Simplifying the above, we have: \n" ); document.write( "4m + 2 = 50. \n" ); document.write( "Taking away 2 from both sides of the equation, we get: \n" ); document.write( "4m + 2 - 2 = 50 - 2 \n" ); document.write( "Simplifying, \n" ); document.write( "4m = 48 \n" ); document.write( "Dividing both sides of the equation by 4: \n" ); document.write( "m = 12. \n" ); document.write( "We now know the first number m. \n" ); document.write( "We can find the second number from any of the two original equations while using the obtained value for m. \n" ); document.write( "Using the second equation will be easier: \n" ); document.write( "n = 3m + 2 \n" ); document.write( "n = 3(12) + 2 \n" ); document.write( "n = 36 + 2 \n" ); document.write( "n = 38. \r \n" ); document.write( "\n" ); document.write( " The numbers are 12 and 38. \n" ); document.write( " \n" ); document.write( " |