SOLUTION: write a program to find wheather the area of the rectangle is greathe then its perimeter
Algebra.Com
Question 886942: write a program to find wheather the area of the rectangle is greathe then its perimeter
Found 2 solutions by josgarithmetic, Alan3354:
Answer by josgarithmetic(39617) (Show Source): You can put this solution on YOUR website!
Assign some variables for input, x and y. You could choose other variable names. You have formulas, perimeter is , and area is . You want a program to check for , in a double alternative decision structure. You could assign the values from the formulas to process variables but the output would/could be a display like "Yes, Area Greater" or "No, Area not Greater."
Answer by Alan3354(69443) (Show Source): You can put this solution on YOUR website!
Perimeter is a linear value, and area is 2nd order, eg, feet and square feet.
It makes no sense to say one is greater than the other.
------
eg, 2 ft by 3 ft rectangle:
P = 12
Area = 6
P is greater
Change it to inches:
--> 24 by 36 inches
P = 120
Area = 864
Now area is greater for the same rectangle.
==============
Is it colder in the city than it is in the winter?
RELATED QUESTIONS
the length of a rectangle is 4ft longer than twice the width. the perimeter of the... (answered by rfer)
The perimeter of a rectangle is 60 metres. If its length is twice its breadth, then its... (answered by MathLover1)
the area of a rectangle is 84 cm2.Its length is 12 cm. Find its... (answered by josmiceli)
The area of a rectangle is 7in^2 , and its perimeter is 16in . Find its... (answered by htmentor)
The rectangle shown has a perimeter of 112112 cm and the given area. Its length is 66... (answered by josgarithmetic)
The rectangle shown has a perimeter of 112 cm and the given area. Its length is 6 more... (answered by KMST)
The rectangle shown has a perimeter of 46 cm and the area as 76 cm^2. Its length is 7... (answered by Alan3354)
The rectangle shown has a perimeter of 46 cm and the given area. Its length is
7 more... (answered by josgarithmetic)
The rectangle shown has a perimeter of 62 cm and the given area. Its length is 7 more... (answered by ikleyn)