document.write( "Question 902677: the result when a number is divided by 2 is equal to the result when that same number is divided by 4. What is the number? \n" ); document.write( "
Algebra.Com's Answer #547444 by Stitch(470)\"\" \"About 
You can put this solution on YOUR website!
\"%28X%2F2%29+=+%28X%2F4%29\"
\n" ); document.write( "Cross multiply
\n" ); document.write( "\"4X+=+2X\"
\n" ); document.write( "Divide both sides by 2
\n" ); document.write( "\"2X+=+X\"
\n" ); document.write( "The only time that can be possible is when X = 0
\n" ); document.write( "\"2%2A%280%29+=+0\"
\n" ); document.write( "\"0+=+0\"
\n" ); document.write( "
\n" );