document.write( "Question 1005946: Is there a quick way to tell which fraction is bigger just by looking at them?
\n" );
document.write( "for example\r
\n" );
document.write( "\n" );
document.write( "-15/8 and -7/4 which one is bigger? this is kind of confusing because the one what outputs the largest value is actually the smallest because it's in the negative. How can I do this fast?\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #622092 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! -15/8 and -7/4 which one is bigger? this is kind of confusing because the one what outputs the largest value is actually the smallest because it's in the negative. How can I do this fast? \n" ); document.write( "-------------- \n" ); document.write( "Either use the same DEN, -15/8 and -14/8, or convert to decimal, -1.875 and -1.75 \n" ); document.write( "-------------------- \n" ); document.write( "-7/4 is more positive, to the right on a number line --> it's bigger in the sense that -2 is bigger than -3. \n" ); document.write( " \n" ); document.write( " |