document.write( "Question 301205: One number is 2 less than a second number. Twice the second number is 18 more than 4 times the first. Find the
\n" );
document.write( "two numbers. \n" );
document.write( "
Algebra.Com's Answer #215981 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the second number be x\r \n" ); document.write( "\n" ); document.write( "the other number will be x-2\r \n" ); document.write( "\n" ); document.write( "twice the second number = 2x\r \n" ); document.write( "\n" ); document.write( "four times the first = 4(x-2)\r \n" ); document.write( "\n" ); document.write( "2x-18=4(x-2)\r \n" ); document.write( "\n" ); document.write( "2x-18= 4x-8\r \n" ); document.write( "\n" ); document.write( "-2x=+10\r \n" ); document.write( "\n" ); document.write( "x=-5\r \n" ); document.write( "\n" ); document.write( "the second number = -7\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |