document.write( "Question 37388: The \"floor\" of a fraction is defined to be the largest integer which is not greater than that fraction. For instance, floor[10/3]=3. Evaluate:
\n" );
document.write( "floor[floor(1000/7)/floor(71/2)]. \n" );
document.write( "
Algebra.Com's Answer #23033 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From floor[floor(1000/7)/floor(71/2)], we work from the inside on out... \n" ); document.write( "floor[floor(142.857)/floor(35.5)]= \n" ); document.write( "floor(142/35) = \n" ); document.write( "4 \n" ); document.write( " |