document.write( "Question 255264: If m and n are whole numbers, 49 < n < 101 and 19 < m < 51, then what is the greatest value for (n + m) / n? \n" ); document.write( "
Algebra.Com's Answer #187536 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! m and n are whole numbers such that 49 < n < 101 and 19 < m < 51 \n" ); document.write( "we have to find the greatest value of (n+m)/n = 1+ m/n \n" ); document.write( "We have to take maximum value for m and minimum value for n \n" ); document.write( "Take m = 50 and n = 50 \n" ); document.write( "Then, the greatest value of (n+m)/n = (50+50)/50 = 100/50 = 2 \n" ); document.write( " |