answersLogoWhite

0

A ruler

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Geometry
Related Questions

How do you draw 2 lines in a square to make 2 same-size triangles and 2 same-size trapezoids?

Draw one line vertically - splitting the square in half, and draw one line diagonally - corner to corner.


How do you divide a square into 2 equal parts?

The centre of the square is where the two diagonals meet. Take any point on the boundary of the square. Draw a straight line from that point , through the centre of the square, to the other side of the square. This line divides the square into two halves of identical shape and size. Since there are infinitely many points along the side of the square, there are infinitely man solutions.


MrsBaker has 24 students in her class Draw 2 arrays to show how she can group her class into groups of equal size?

Draw two lines the same length. One line will represent one group and another array will represent another line. But they MUST BE EQUAL!!!


How do you locate the square root if two on a number line using geometry?

Draw a square which is 1 unit by 1 unit in size. By Pythagoras, the diagonal of the square will be sqrt(2) units in length.


How do you draw a hut in qbasic?

To draw a hut in QBasic, you can use the LINE statement to create the structure. Start by drawing a square for the base using four LINE commands, then add a triangle for the roof using three additional LINE statements to connect the peak of the roof to the corners of the square. For example: LINE (100, 200)-(200, 300) ' Draw the base LINE (100, 200)-(200, 200) ' Draw the bottom line of the base LINE (100, 200)-(150, 150) ' Left roof line LINE (150, 150)-(200, 200) ' Right roof line This creates a simple hut shape on the screen. Adjust the coordinates as needed for size and position.


What are the 6 methods to divide a square into 4 equal parts?

1.5


What does a 2d square look like?

Draw a square of any size on a piece of paper, and that is what a 2D square looks like.


How do you write a c plus plus program to print a hollow square of a given size using asterisks and blanks?

void draw_box (const unsigned size) { if (!size) return; // size must be non-zero! const char star {'*'}; // asterisk const char nl {'\n'}; // newline if (size==1) { // a box of size 1 is just a single asterisk std::cout << star << nl; return; } // else if (1 < size) ... // the top and bottom lines are the same const std::string line (size, star); // hollow line (spaces) const std::string hollow (size-2, ' '); // draw the top line std::cout << line << nl; // draw the middle lines (if size>2) for (unsigned i=2; i<size; ++i) std::cout << star << hollow << star << nl; // draw the bottom line std::cout << line << nl; }


What decimals magic square numbers equal 6.5?

The answer will depend on the size of the square.


How do you divide a triangle into six equal parts?

make six equilateral triangles depending on the size edit: If it is an equilateral triangle, draw a line from each corner to the centre of the opposite side.


What shape has four equal size?

rhombus or square


How many ways can you divide a square into 4 equal parts?

To divide a square into 4 equal parts, you can draw two perpendicular lines that intersect at the square's center. This creates four smaller squares of equal size within the original square. Therefore, there is only one way to divide a square into 4 equal parts.