document.write( "Question 1196635: The table below shows the length of a side of a square garden and the perimeter of the garden(I already posted this question, but I didn’t include the full question because I thought I could solve that piece myself(also, thank you evatrrr).
\n" );
document.write( "Length of side: 1| Perimeter: 4
\n" );
document.write( "Length of side: 2| Perimeter: 8
\n" );
document.write( "Length of side: 3| Perimeter: 12
\n" );
document.write( "Length of side: 4| Perimeter: 16
\n" );
document.write( "Length of side: 5| Perimeter: 20\r
\n" );
document.write( "\n" );
document.write( "What is the recursive formula for the perimeter of a square of side n(the nth perimeter) using the first number(perimeter) in the pattern?| I am not sure what the answer is, but the answer I got was: an = an(n - 1) + 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #829592 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "An equivalent answer would be \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The first term is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n is a positive integer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Further Explanation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The sequence is \n" ); document.write( "4, 8, 12, 16, 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Each time we need a new term, add on 4 \n" ); document.write( "eg: 8+4 = 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The \n" ); document.write( "To find this nth term, we add 4 to the previous term just before the nth term. That previous term being \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is how we can describe the recursive form in words \n" ); document.write( "nth term = (term just before nth term) + 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Some textbooks will use this type of notation \n" ); document.write( "a(n) = a(n-1)+4 \n" ); document.write( "where a(n) is the nth term and a(n-1) is the term just before the nth term. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we could re-index things to say \n" ); document.write( " \n" ); document.write( "aka \n" ); document.write( "a(n+1) = a(n)+4 \n" ); document.write( "and it means \"to find the (n+1)th term, add 4 to the nth term\". \n" ); document.write( "So it's up to you which format you prefer better.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Keep in mind that a(n) and a(n-1) and a(n+1) are function notation, and NOT multiplication. We can't use the distribution rule here. \n" ); document.write( " \n" ); document.write( " |