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)![]() ![]() 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( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |