document.write( "Question 666508: One number is 3 more than 4 times another. Their sum is 33. Find the two numbers \n" ); document.write( "
Algebra.Com's Answer #414499 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! Let x be the first number. Let y be the second number.\r \n" ); document.write( "\n" ); document.write( "Then x = 4y+3\r \n" ); document.write( "\n" ); document.write( "y + 4y+3 = 33\r \n" ); document.write( "\n" ); document.write( "5y = 33\r \n" ); document.write( "\n" ); document.write( "5y = 30\r \n" ); document.write( "\n" ); document.write( "y = 6\r \n" ); document.write( "\n" ); document.write( "x = 4(6)+3 = 27\r \n" ); document.write( "\n" ); document.write( "27 and 6 are the numbers. \n" ); document.write( " |