document.write( "Question 899367: Of the two numbers,the first number is three less than the second number.two times the first number is six more than half the second number.find the nmbers \n" ); document.write( "
Algebra.Com's Answer #545331 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one number be x\r \n" ); document.write( "\n" ); document.write( "other number = x+3\r \n" ); document.write( "\n" ); document.write( "2x= 1/2(x+3) +6\r \n" ); document.write( "\n" ); document.write( "multiply by 2\r \n" ); document.write( "\n" ); document.write( "4x=(x+3)+12\r \n" ); document.write( "\n" ); document.write( "4x=x+3+12\r \n" ); document.write( "\n" ); document.write( "3x=15 \n" ); document.write( "x=5\r \n" ); document.write( "\n" ); document.write( "5 & 7 are the numbers \n" ); document.write( " |