Use the list method to write "The perfect square integers between 1 and 80 inclusive".

{1, 4, 9, 16, 25, 36, 49, 64, 80}
{4, 9, 16, 25, 36, 49, 64}
{1, 4, 9, 16, 25, 36, 49, 64}

Respuesta :

ANSWER

{1, 4, 9, 16, 25, 36, 49, 64}

EXPLANATION

The perfect square integers between 1 and 80 inclusive are obtained by squaring the natural numbers from 1 to 8

[tex] {1}^{2} = 1[/tex]

[tex] {2}^{2} = 4[/tex]

[tex] {3}^{2} = 9[/tex]

[tex] {4}^{2} = 16[/tex]

[tex] {5}^{2} = 25[/tex]

[tex] {6}^{2} = 36[/tex]

[tex] {7}^{2} = 49[/tex]

[tex] {8}^{2} = 64[/tex]

The square of the next number does not fall within the given range.

Therefore "The perfect square integers between 1 and 80 inclusive" are

{1, 4, 9, 16, 25, 36, 49, 64}

(1,9,16,25,36,49,64)Answer:

Step-by-step explanation: