Calculate the diagonal length of a rectangle whose length is 3 cm greater than its width and whose circumference is 18 centimeters. 相关知识点: 试题来源: 解析 u=6.7082a=3+6 =3+3 =6o =18o= 2a+2bo=2(b+3)+2bo/2=3+2bb =(o/2-3)/2 = (18/2-3)/2=3a=3+b=3+3=6o2= 2...
The length of a rectangle is 8 cm and its area is 48 c m^2dot The pe... 02:29 The area of a square and that of a square drawn on its diagonal are ... 01:14 The length of the diagonal of a square is d units. The area of the squ... 01:59 The ratio of the areas of...
Calculate the area (A) of the parallelogram. Parallelogram: Parallelograms have several applications in different fields. For example, they are used in navigation, especially in GPS systems. The principle of trilateration involves parallelograms between satellite signals. Answer and Explanation: Consider...
Based on the ratio of sides, the area of each triangle can then be determined. By multiplying the area of on triangle by the total number of triangles, the area of the hexagon is found. How do you find the area of a hexagon with a diagonal? The diagonals of a hexagon divide it ...
Let us understand with the help of the diagram given below. We transformed a parallelogram into a rectangle with the same base and height. Now, since the bases and heights of the parallelogram and the rectangle are the same: Area of a parallelogram \(= \) Area of a rectangle\(AEFD\) ...
Calculate the volume of the rectangular prism with the following parameters: height {eq}= 17\frac{3}{4} {/eq} units, width {eq}= 16 \frac{1}{4} {/eq} units, depth {eq}= 21 \frac{1}{2} {/eq} units. Rectangular Prism-...
areaText(rect1); text2.contents = Math.abs(x1 - x2); Note that this has to be a truly round-cornered rectangle and not an effect. An effect is an appearance attribute, i.e. the rectangle appears to be round-cornered, but is not truly so. If you used an eff...
Calculate the lateral and total surface areas of a prism whose height is 12 cm and whose base is a rectangle with dimensions 5 cm by 7 cm. What's the height of a rectangular prism if the surface area is 148 cm 2;, the width is 4 cm, ...
NCERT solutions for CBSE and other state boards is a key requirement for students. Doubtnut helps with homework, doubts and solutions to all the questions. It has helped students get under AIR 100 in NEET & IIT JEE. Get PDF and video solutions of IIT-JEE Mains & Advanced previous year pap...
// C program to calculate the area of Cube#include <stdio.h>floatcalcuateAreaOfCube(floatside) {floatresult=0.0F; result=6.0*side*side;returnresult; }intmain() {floatside=0;floatarea=0; printf("Enter the length of side: "); scanf("%f",&side); area=calcuateAreaOfCube(side); printf...