document.write( "Question 434156: One number is 4 less than a second number. Twice the second number is 1 less than 3 times the first. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #300857 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let second number be x \n" ); document.write( "the first number = x-4\r \n" ); document.write( "\n" ); document.write( "2x =3(x-4)-1 \n" ); document.write( "2x=3x-12-1 \n" ); document.write( "-x=-13 \n" ); document.write( "x= 13 \n" ); document.write( "The numbers are 13 & 9 \n" ); document.write( " |