document.write( "Question 53979: The second of two numbers is 3 more than the first. If 4 times the first is increased by the second, the result is 73. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #36216 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! Let the 1st number=x \n" ); document.write( "Then the 2nd number=x+3 \n" ); document.write( "4 times (4*) the first number (x) increased by (+) the second number (x+3)the result is (=) 73. \n" ); document.write( "4(x)+(x+3)=73 \n" ); document.write( "4x+x+3=73 \n" ); document.write( "5x+3=73 \n" ); document.write( "5x+3-3=73-3 \n" ); document.write( "5x=70 \n" ); document.write( "5x/5=70/5 \n" ); document.write( "x=14 \n" ); document.write( "The first number:x=14 \n" ); document.write( "The second number:x+3=14+3=17 \n" ); document.write( "Happy calculating!!! \n" ); document.write( " |