document.write( "Question 485686: a certain number is multiplied by 4 and the product is divided by 3. if the result is 20 . what is the number? \n" ); document.write( "
Algebra.Com's Answer #332136 by deborabr(181)\"\" \"About 
You can put this solution on YOUR website!
the certain number is x
\n" ); document.write( "if it is multiplied by 4 we get 4x
\n" ); document.write( "if the product is divided by 3 we get 4x/3
\n" ); document.write( "and if the result is 20 we get 4x/3=20
\n" ); document.write( "4x/3=20 --> we can pass 3 multiplying because it is dividing
\n" ); document.write( "4x=20*3
\n" ); document.write( "4x=60
\n" ); document.write( "x=60/4
\n" ); document.write( "x=15
\n" ); document.write( "the number is 15
\n" ); document.write( "
\n" );