answersLogoWhite

0

you use lines and arrows and draw through numbers

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do I draw an array to multiply a whole number and a fraction?

like this


How do you draw a array to represent 3 squared?

it is 3 squared


How do you draw an array to find the product of 4 multiplied by 5?

25


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:


How do you draw an array to solve a problem?

The answer will depend on what the problem is: some can be solved using an array but for others, arrays are a complete waste of time.


How do you draw the array for 4x4?

To draw a 4x4 array, create a grid consisting of 4 rows and 4 columns. Start by drawing four horizontal lines parallel to each other, then draw four vertical lines intersecting them to form a grid. Each cell in the grid represents a position in the array, totaling 16 cells. You can label each cell with coordinates, such as (1,1) for the top-left cell and (4,4) for the bottom-right cell.


How do you draw an array for the product 5?

you have to pick if you want to draw a 1*5 or a 5*1. then you have eaither put from up to down way or a across way thankyou


How do you draw an a array for 5x7?

To draw a 5x7 array, start by creating 5 rows and 7 columns. You can represent each row as a horizontal line and each column as a vertical line, forming a grid. Fill each cell of the grid to visualize the array, where each cell corresponds to a single unit. This creates a total of 35 cells, representing the product of 5 and 7.


How do you draw pascals triangle in gwbasic?

I suggest using an array with as many elements as the longest row you need. To keep it simple, keep two copies of the array, and calculate each element of the "new" array as the sum of the corresponding element, plus the previous element, of the "old" array. Then copy the information back for the next step.


Seth has 45 pennies. Draw an array that shows how many nickels the pennies are worth?

9 sets of five pennies


How do you draw 42 cans of juice in an array OF MATH?

One example is making 7 cans of juice in each of six rows: ••••••• ••••••• ••••••• ••••••• ••••••• •••••••


Differentiate single dimensional array to double dimensional array?

A single dimensional array is an array of items. A two-dimensional array is an array of arrays of items.