answersLogoWhite

0


Best Answer

it is 3 squared

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you draw a array to represent 3 squared?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Five people bought tickets to a football game. They bought 3 tickets each. How many tickets were bough Draw an array?

15 is the answer The + will be used as the "dots" for the array Array:


Which 2 ways can you represent 81 in powers?

81 = 9^2 = 3^4 ("^" means "to the power of" - ^2 = squared, ^3 = cubed, etc.)


How do you work out the diagonals of a rectangle?

Well, you know that in order to classify a shape as a rectangle all of the sides have to be congruent or 90 degrees. If you draw the diagonal of that rectangle, you come up with two right triangles. So you can use the Pythagorean theorem (a squared+b squared=c squared) to find out the diagonal. Ex: If the length=4, and width=3, then diagonal=5, because 4 squared+3 squared=5 squared.


How do you make 9 boxes with numbers 1-9 add up to 12 in all directions?

If the boxes are in a 3*3 array, the answer is that you cannot.If the boxes are in a 3*3 array, the answer is that you cannot.If the boxes are in a 3*3 array, the answer is that you cannot.If the boxes are in a 3*3 array, the answer is that you cannot.


Three squared equals?

3 squared=9 3 squared=3*3 3*3=9


What is 3 squared x 4 squared?

3 squared = 9 4 squared = 16 9 x 16 = 144 3 squared x 4 squared = 144


What is an array for 2 times 3?

An array of 2 times 3 is a one-dimensional array of 2 elements each of which is a one-dimensional array of 3 elements. In other words, it is an array of arrays, also known as a two-dimensional array. We can imagine a two dimensional array as being a table with rows and columns. A 2 times 3 array has 2 rows and 3 columns. Each row is itself an array of 3 elements. However, we can also say that each column is an array of 2 elements.


What is 3 minus 3 squared?

3 - 3 squared = 6 * * * * * NO! 3 - 3 squared = 3 - 9 = -6


-3 squared by 2?

-3 squared by 2


What is meant by irregular dimensional array?

An irregular dimensional array is a special type of multi-dimensional array.First we must understand that a multi-dimensional array is just an array of arrays. Each element in the array is, itself, an array of elements.A regular multi-dimensional array will be an array of size n, with each element containing a separate array of size m. That is, each sub-array has the same size.An irregular multi-dimensional array will be a multi-dimensional array in which each sub-array does not contain the same number of elements.Regular array:array[0] = new array{0, 1, 2}array[1] = new array{3, 4, 5}array[2] = new array{6, 7, 8}array[3] = new array{9, 10, 11}This regular array is an array of size 4 in which each sub-array is of size 3.Irregular array:array[0] = new array{0, 1, 2}array[1] = new array{3, 4}array[2] = new array{5, 6, 7}array[3] = new array{8, 9, 10, 11}This irregular array is an array of size 4 in which the size of each sub-array is not the same.


What is the value of - 3 squared?

9 is the value of -3 squared


What does 3 squared times 5 squared equal?

3 squared is 9, 5 squared is 25. So the product is 225.