document.write( "Question 676557: what is the next object in this pattern? line, line, angle, triangle, pentagon... \n" ); document.write( "
Algebra.Com's Answer #420413 by jpvn2015(54)![]() ![]() ![]() You can put this solution on YOUR website! This sequence is synonymous with the Fibonacci sequence: 1,1,2,3,5,8,... \n" ); document.write( "In other words, this sequence pertains to the number of lines two numbers behind plus the number of lines directly behind. \n" ); document.write( "So, 1 line plus 1 line is an angle. An angle plus the line before is 3 lines, or a triangle. A triangle and two more lines is equal to five total lines, which is a pentagon. And 5+3= 8 lines...\r \n" ); document.write( "\n" ); document.write( "Thus, the next object in this patten is an octagon, because it has 8 lines. \n" ); document.write( " |