document.write( "Question 355270: Find a number whose product with 6 is the same as its sum with 60 \n" ); document.write( "
Algebra.Com's Answer #253788 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
\"6n=n%2B60\" \"number whose product with 6 is the same as its sum with 60\"
\n" ); document.write( "subtract \"n\"
\n" ); document.write( "\"5n=60\"
\n" ); document.write( "divide by 5
\n" ); document.write( "\"n=12\"
\n" ); document.write( "
\n" );