document.write( "Question 422259: The product of 2 and some number is divided by 5 the result is 10 what is the number \n" ); document.write( "
Algebra.Com's Answer #294731 by shree840(260)![]() ![]() You can put this solution on YOUR website! Let the number be x \n" ); document.write( "2*x/5=10 multiply by 5 both sides to get rid of fraction \n" ); document.write( "2x=10*5=50 divide by 2 both sides to get rid of 2 \n" ); document.write( "x=25 \n" ); document.write( " |