document.write( "Question 156849This question is from textbook
\n" ); document.write( ": Row 1 x = 10
\n" ); document.write( "Row 2 1/2 x = 10
\n" ); document.write( "Row 3 1/3x = 10
\n" ); document.write( "Row 100 1/100x = 10
\n" ); document.write( "Row n ? x = ?\r
\n" ); document.write( "\n" ); document.write( "As n gets larger, to what equation are the equations getting closer and closer? What is happening to the solutions?
\n" ); document.write( "

Algebra.Com's Answer #115634 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
I'm assuming that Row 2 is \"%281%2F2%29x\". If that's the case, then Row n is \"%281%2Fn%29x\". As \"n\" get's larger the value of \"1%2Fn\" gets smaller and it approaches the value of zero. So the equations are getting closer and closer to zero as \"n\" increases. \n" ); document.write( "
\n" );