document.write( "Question 922721: when a number is multiplied by 4 and then diminished by 7, the result is 65. what is the number \n" ); document.write( "
Algebra.Com's Answer #559687 by srinivas.g(540)\"\" \"About 
You can put this solution on YOUR website!
let x be the number
\n" ); document.write( " number is multiplied by 4 and then diminished by 7 , so x*4-7
\n" ); document.write( "x*4-7 =65
\n" ); document.write( "move 7 to the right
\n" ); document.write( "x*4 =65+7
\n" ); document.write( "x*4=72
\n" ); document.write( "divide with 4 on both sides
\n" ); document.write( "\"%28x%2A4%29%2F4+=+72%2F4\"
\n" ); document.write( " \"x=18\"
\n" ); document.write( "
\n" ); document.write( "
\n" );