document.write( "Question 781645: The sum of two numbers is 78. The second number is 14 more than 3 times the first number. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #476025 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! x+y=78 \n" ); document.write( "y=3x+14\r \n" ); document.write( "\n" ); document.write( "x+3x+14=78 \n" ); document.write( "4x+14=78 \n" ); document.write( "4x=64 \n" ); document.write( "x=16\r \n" ); document.write( "\n" ); document.write( "y=78-16 \n" ); document.write( "y=62 \n" ); document.write( " |