document.write( "Question 944456: The product od two numbers is six times their difference. If one of the numbers is 3. What is the other?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #576615 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the other number be \"X\".
\n" ); document.write( "If \"X%3E3\",
\n" ); document.write( "\"3X=6%28X-3%29\"
\n" ); document.write( "\"3X=6X-18\"
\n" ); document.write( "\"-3X=-18\"
\n" ); document.write( "\"X=6\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "If \"X%3C3\",
\n" ); document.write( "\"3X=6%283-X%29\"
\n" ); document.write( "\"3X=18-6X\"
\n" ); document.write( "\"9X=18\"
\n" ); document.write( "\"X=2\"
\n" ); document.write( "
\n" );