answersLogoWhite

0


Best Answer

It becomes a bigger rectangle - possibly a square.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What happens to a rectangle if length is doubled and breadth is triple?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How does the perimeter of a rectangular change if one of its sides is doubled?

Perimeter of a rectangle = 2(length + breadth) if one of it's side is doubled then, the resultant perimeter will be 2(2length + breadth) or 2(length + 2 breadth) as the case may be.


How do you find the length and breadth if area is known for a rectangle?

If you do not know the length or breadth of a rectangle, you cannot know the area. If you do not know the area of a rectangle, you cannot know the length and breadth. To know the length and breadth of a rectangle, you have to know some other contributing factor in the equation. If you don't, measure it!


What happens to the area of a rectangle if one side is doubled?

Area = length*width new Area = 2 * length * width Area is doubled


How can you calculate the perimeter of a rectangle if you know its length and breadth?

Add the length and breadth and then double it.


How do you find area and length of a rectangle if perimeter and breadth is given?

2(length+breadth)=Perimetre Length= (Perimetre/2)-Breadth Area=Length x breadth


What is the breadth of the rectangle when the area and length is given?

Divide the area by the length of the rectangle


What is the area of the rectangle when the length and breadth are given?

All you need to do is length x breadth = area


How do you find breadth using perimeter and length?

If the shape is a rectangle (or square), then Perimeter = 2*(Length + Breadth) So Breadth = Perimeter/2 - Length


Formula for area of the rectangle?

length*breadth


Write a C program to find the area and perimeter of you square ii rectangle?

#include<stdio.h> void main() { float length, breadth, area, perimeter; printf("Enter the length & breadth of a Rectangle\n(length breadth): "); scanf("%f %f",&length,&breadth); area=length*breadth; perimeter=2*(length+breadth); printf(" Area of the Rectangle=%0.3f\n",area); printf("Perimeter of the Rectangle=%0.3f\n",perimeter); printf("(Press ENTER to exit.)"); getch(); printf("\n"); }


How do you get the length of a rectangle corner to corner?

This length (diagonal) = sq.rt ( l2 + b2 ) where 'l' is length of the rectangle and 'b' is the breadth of the rectangle.


The area of a rectangle?

length * breadth. (or, can be said as - length times width)