document.write( "Question 1018561: A number is multiplied by 3. If 2 is subtracted from the product, you get 17. What is the number? \n" ); document.write( "
Algebra.Com's Answer #634633 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=number \n" ); document.write( "3x-2=17 \n" ); document.write( "3x=19 \n" ); document.write( "x=(19/3) \n" ); document.write( "3(19/3)=19 \n" ); document.write( "subtract 2, get 17. \n" ); document.write( "The number is 6 1/3 \n" ); document.write( " |