document.write( "Question 596920: One number is 3 less than a second number. Half the first number plus the second number is equal to the square of 6. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( "I tried:
\n" );
document.write( "First number = x-3
\n" );
document.write( "second number = x\r
\n" );
document.write( "\n" );
document.write( "x-3/2 + 2x/2 = sqrt (6)
\n" );
document.write( "but that did not work! \n" );
document.write( "
Algebra.Com's Answer #377960 by rfer(16322) ![]() You can put this solution on YOUR website! (x-3)/2+x=36 \n" ); document.write( "0.5x-1.5+x=36 \n" ); document.write( "1.5x=36+1.5 \n" ); document.write( "1.5x=37.5 \n" ); document.write( "x=37.5/1.5 \n" ); document.write( "x=25 \n" ); document.write( "x-3=22 \n" ); document.write( " |