Respuesta :
The tables that contain the first 5 elements of both patterns are:
- Pattern P: 8, 13, 23, 43, 83
- Pattern Q: 6, 8, 12, 20, 36
How to find the first 5 terms of each pattern?
For pattern P we start at 8, and to get the next element we multiply by 2, and then subtract 3.
So the first 5 elements are:
[tex]a_1 = 8\\\\a_2 = 2*8 - 3 = 13\\\\a_3 = 2*13 - 3 = 23\\\\a_4 = 2*23 - 3 = 43\\\\a_5 = 2*43 - 3 = 83[/tex]
For pattern Q we start at 6, and then we subtract 2 and multiply by 2 to get the next element.
[tex]b_1 = 6\\\\b_2 = (6 - 2)*2 = 8\\\\b_3 = (8 - 2)*2 = 12\\\\b_4 = (12 - 2)*2 = 20\\\\b_5 = (20 - 2)*2 = 36\\\\[/tex]
Then the tables that contain the first 5 elements of both patterns are:
- Pattern P: 8, 13, 23, 43, 83
- Pattern Q: 6, 8, 12, 20, 36
If you want to learn more about patterns:
https://brainly.com/question/619402
#SPJ2