document.write( "Question 576257: Three times one number minus a second is 8, and the sum of the number is 12. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #369762 by chana(69)\"\" \"About 
You can put this solution on YOUR website!
Three times one number minus a second is 8, and the sum of the number is 12. Find the numbers.
\n" ); document.write( "sol:
\n" ); document.write( "let x = one number
\n" ); document.write( "y = other number
\n" ); document.write( "form the equations to find x and y
\n" ); document.write( "(3 * x) - y = 8 ---------(1)
\n" ); document.write( "x + y = 12----------(2)
\n" ); document.write( "solve 1 & 2 ,you will get the required nos.
\n" ); document.write( "
\n" );