document.write( "Question 1157621: Solve the following problems completely and logically.
\n" );
document.write( "Problem 1: Construct a difference table to determine the next term in the sequence
\n" );
document.write( "17,15,25,53,105,18, ___.\r
\n" );
document.write( "\n" );
document.write( "Problem 2: Determine the nth-term formula for the number of square tiles
\n" );
document.write( "in the nth figure. Then use this to find the number of square tiles
\n" );
document.write( "in the 30th figure.
\n" );
document.write( "a1=2squares, a2=4squares, a3=6squares, a4=8squares, a5=10squares\r
\n" );
document.write( "\n" );
document.write( "Problem 3: One straight cut across a pizza produces 2 pieces. Two cuts can produce a
\n" );
document.write( "maximum of 4 pieces. Three cuts can produce a maximum of 7 pieces. Four cuts can produce
\n" );
document.write( "a maximum of 11 pieces. Find the maximum number of pieces that can be produced \n" );
document.write( "
Algebra.Com's Answer #780620 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Problem 1.... \n" ); document.write( "I will ignore the last number in the sequence you show, since it is almost certainly a typo. \n" ); document.write( "(By the way, it would be polite of you to make sure the problem is correct before you post it....) \n" ); document.write( "So I will use the first five of the terms you show and use those to find the correct 6th term and the new 7th term. \r\n" ); document.write( " 17 15 25 53 105\r\n" ); document.write( " -2 10 28 52\r\n" ); document.write( " 12 18 24\r\n" ); document.write( " 6 6 \n" ); document.write( "The row of third differences is constant. To find two more terms in the sequence, add two more 6's in that row and work back up the array. \r\n" ); document.write( " 17 15 25 53 105 187 305\r\n" ); document.write( " -2 10 28 52 82 118\r\n" ); document.write( " 12 18 24 30 36\r\n" ); document.write( " 6 6 6 6 \n" ); document.write( "ANSWERS: the correct 6th term is 187; the 7th term is 305. \n" ); document.write( "Problem 2.... \n" ); document.write( "a1=2; a2=4; a3=6; a4=8; a5=10... \n" ); document.write( "Clearly the nth term is 2n; a30 = 60 \n" ); document.write( "Problem 3.... \n" ); document.write( "(Note your statement of the problem is not complete....) \n" ); document.write( "The numbers of regions for 1, 2, 3, and 4 cuts are \n" ); document.write( "2, 4, 7, 11 \n" ); document.write( "Compare this sequence to the sequence of triangular numbers: \n" ); document.write( "1, 3, 6, 10 \n" ); document.write( "The numbers in this sequence are each 1 more than the corresponding triangular number. \n" ); document.write( "The formula for the n-th triangular number is \n" ); document.write( "The formula for the maximum number of pieces of pizza with n cuts is \n" ); document.write( " \n" ); document.write( " |