106k views
0 votes
Dylan built the following pattern:

Which table represents the relationship between the pattern number (Input) and the number of squares (Output)?
Input Output
1 2
2 8
3 16
Input Output
1 4
2 8
3 12
Input Output
1 1
2 4
3 9
Input Output
1 2
2 6
3 12

Dylan built the following pattern: Which table represents the relationship between-example-1
User Tor Valamo
by
5.6k points

1 Answer

4 votes

Answer:

1 2

2 6

3 12

Explanation:

pattern number is input

tiles number is output.

pattern number 1 has two tiles (first coordinates are (1,2))

pattern number 2 has 6 tiles (second coordinates are (2,6))

pattern number 3 has 12 tiles (last coordinate is (3,12))

answer:

1 2

2 6

3 12

User Damir Horvat
by
6.3k points