document.write( "Question 295433: The difference of two numbers is 49. The second is 3 less than 5 times the first. What is the smaller number? \n" ); document.write( "
Algebra.Com's Answer #212915 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The difference of two numbers is 49. The second is 3 less than 5 times the first. What is the smaller number? \n" ); document.write( "------ \n" ); document.write( "Equations: \n" ); document.write( "x - y = 49 \n" ); document.write( "y = 5x-3 \n" ); document.write( "------ \n" ); document.write( "Substitute for \"y\" and solve for \"x\": \n" ); document.write( "x -(5x-3) = 49 \n" ); document.write( "-4x+3 = 49 \n" ); document.write( "-4x = 46 \n" ); document.write( "x = -23/2 \n" ); document.write( "------------------- \n" ); document.write( "y = 5(-23/2) -3 \n" ); document.write( "y = -115/2 - 6/2 \n" ); document.write( "y = -121/2 \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |