document.write( "Question 589288: one number is 6 less than a second number. twice the second number is 26 more than 3 times the first. find the 2 numbers.
\n" );
document.write( "i got x-6=y and 2x=26+3y
\n" );
document.write( "but my answers to add up not sure what im dong wrong \n" );
document.write( "
Algebra.Com's Answer #374801 by richwmiller(17219) You can put this solution on YOUR website! first number is x \n" ); document.write( "second number is y \n" ); document.write( "y-6=x; \n" ); document.write( "2y=26+3x \n" ); document.write( "x = -14, y = -8 \n" ); document.write( "-14 is 6 less than -8 \n" ); document.write( "2*(-8)=26+3*(-14) \n" ); document.write( "-16=26-42\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |