document.write( "Question 613419: one number is six less than three times another number. if the sum of the two numbers is ten what are the two numbers \n" ); document.write( "
Algebra.Com's Answer #386043 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
one number is six less than three times another number. if the sum of the two numbers is ten what are the two numbers
\n" ); document.write( "**
\n" ); document.write( "let x=1st no.
\n" ); document.write( "3x-6=2nd no.
\n" ); document.write( "x+3x-6=10
\n" ); document.write( "4x=16
\n" ); document.write( "x=4
\n" ); document.write( "3x-6=6
\n" ); document.write( "ans:
\n" ); document.write( "The two numbers are 4 and 6
\n" ); document.write( "
\n" );