document.write( "Question 315440: One number is 3 less than another. If 4 times the smaller number minus 3 times the larger number is 4, find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #225702 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one number be x \n" ); document.write( "the other number = x-3.\r \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( "4(x-3)-3x = 4 \n" ); document.write( "4x-12-3x=4 \n" ); document.write( "x=16 \n" ); document.write( "the other number is 13 \n" ); document.write( " |