document.write( "Question 628105: Given the sequence 3,7,13,21,31,...,183,k,241,... find k
\n" );
document.write( "a.201
\n" );
document.write( "b.203
\n" );
document.write( "c.207
\n" );
document.write( "d.211
\n" );
document.write( "e.223 \n" );
document.write( "
Algebra.Com's Answer #395386 by fcabanski(1391)![]() ![]() ![]() You can put this solution on YOUR website! When faced with a long sequence, find the pattern by looking at the first few terms. It's clear the difference between each term is 4,6,8,10... moving up consecutive even numbers. The difference between 183 and k must be one even number before the difference between 241 and k.
Hope the solution helped. Sometimes you need more than a solution. Contact fcabanski@hotmail.com for online, private tutoring, or personalized problem solving (quick for groups of problems.) |