document.write( "Question 553465: A number is multiplied by 3. If 3 is subtracted from the product you get 24?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #360852 by IWork4Dessert(60) You can put this solution on YOUR website! Let the number be \"x\". You know that when x is multiplied by 3(3x), and you take 3 away from whatever that is(3x-3), your final answer will be 24. \n" ); document.write( "So, 3x-3=24. \n" ); document.write( "Subtract 3 from both sides, which gives you 3x=21. Divide both sides by 3. x=7 \n" ); document.write( " |