She cannot draw an array of 17 counters with three rows.
The given parameters are:
Counter = 17
Rows = 3
An array is represented as:
Array = Rows * Columns
Where Rows and Columns are integers greater than 0
So, we have
3 * Column = 17
Divide by 3
Column = 5.667
Recall that Rows and Columns are integers greater than 0
This means that she cannot draw an array of 17 counters with three rows.
Read more about arrays at:
https://brainly.com/question/16266708
#SPJ4