To calculate how many total things there are you just have to add 6+6+6+6=24 because you have four rows and each row contains six objects.
Chat with our AI personalities
4 rows of 6 columns or 4 columns of 6 rows !
Okay, there are six rows of 4... think about it, six rows of four cubes, that would be like multiplying 6 and 4, which would be 24.
2 rows of 24 3 rows of 16 4 rows of 12
1 row of 180 - 2 rows of 90 - 3 rows of 60 - 4 rows of 45 - 5 rows of 36 - 6 rows of 30 - 9 rows of 20 - 10 rows of 18 - 12 rows of 15 - 15 rows of 12 - 18 rows of 10 - 20 rows of 9 - 30 rows of 6 - 36 rows of 5 - 45 rows of 4 - 60 rows of 3 - 90 rows of 2 - 180 rows of 1 - total of 18 ways within the limits of the question
Matrix-Addition(a,b)1 for i =1 to rows [a]2 for j =1 to columns[a]3 Input a[i,j];4 Input b[i,j];5 C[i, j] = A[i, j] + B[i, j];6 Display C[i,j];