document.write( "Question 247873: five time a number, decreased by 18, equals three times the number increased by 6. find the number \n" ); document.write( "
Algebra.Com's Answer #180707 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
let n= number
\n" ); document.write( "5n-18=3n+6
\n" ); document.write( "subtract 3n from both sides
\n" ); document.write( "2n-18=6
\n" ); document.write( "add 18 to both sides
\n" ); document.write( "2n=24
\n" ); document.write( "n=12\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );