document.write( "Question 902965: Which of the following does NOT have a remainder of 1?
\n" );
document.write( "a.21/2
\n" );
document.write( "b.51/5
\n" );
document.write( "c.111/3
\n" );
document.write( "d.201/100
\n" );
document.write( "e.10001/10 \n" );
document.write( "
Algebra.Com's Answer #547673 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! a.21/2 = 10 R1 \n" ); document.write( " b.51/5 = 10 R1 \n" ); document.write( " c.111/3 = 37 **** \n" ); document.write( " d.201/100 = 2 R1 \n" ); document.write( " e.10001/10 = 1000 R1 \n" ); document.write( " |