document.write( "Question 999771: How do I find what number should be in the 205th place with the question having 10,15,20,25....
\n" );
document.write( "What exponent do I use? \n" );
document.write( "
Algebra.Com's Answer #617330 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "This is not exponential. \n" ); document.write( "Let P= number of place \n" ); document.write( "The progression is linear: \n" ); document.write( "Value=5+5P. \n" ); document.write( ". \n" ); document.write( "The first place is: \n" ); document.write( "5+5P=5+5(1)=5+5=10 \n" ); document.write( ". \n" ); document.write( "The second place: \n" ); document.write( "5+5P=5+5(2)=5+10=15 \n" ); document.write( ". \n" ); document.write( "The third place: \n" ); document.write( "5+5P=5+5(3)=5+15=20 \n" ); document.write( ". \n" ); document.write( "The hundredth place: \n" ); document.write( "5+5P=5+5(100)=5+500=505 \n" ); document.write( ". \n" ); document.write( "The 205th place: \n" ); document.write( "5+5P=5+5(205)=5+1025=1030 \n" ); document.write( " |