document.write( "Question 1341: my daughter has homework but I can not help her, the question is to find the rule of the following input and output;
\n" );
document.write( "INPUT OUTPUT
\n" );
document.write( "1 36
\n" );
document.write( "2 33
\n" );
document.write( "3 30
\n" );
document.write( "4 27
\n" );
document.write( "5 24\r
\n" );
document.write( "\n" );
document.write( "please answer this my daughter will be very happy and i will tell her all about you! \n" );
document.write( "
Algebra.Com's Answer #399 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " Note that the OUTPUT is a decreasing sequence and is \n" ); document.write( " an arthmetic sequence with common difference -3.\r \n" ); document.write( "\n" ); document.write( " The rule is : 36 - 3(INPUT -1) or 39 - 3*INPUT\r \n" ); document.write( "\n" ); document.write( " Recall: The nth term of an arthmetic sequence with leading term a and \n" ); document.write( " common difference d is a +(n-1)d\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " |