document.write( "Question 350523: The sum of two numbers is 14. Six times the first number minus three times the second number is 3. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #250545 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let one number be x
\n" ); document.write( "the other number will be 14-x
\n" ); document.write( "...
\n" ); document.write( "6x-3(14-x)=3
\n" ); document.write( "6x-42+3x=3
\n" ); document.write( "6x+3x=42+3
\n" ); document.write( "9x=45\r
\n" ); document.write( "\n" ); document.write( "/9
\n" ); document.write( "x=5
\n" ); document.write( "other number = 9
\n" ); document.write( "
\n" );