Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336
If a triangle has a base on length B and a height of 2B, then the area of the triangle is : ?->(Show Answer!)
Question Set

1. If a triangle has a base on length B and a height of 2B, then the area of the triangle is :




Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Average height of 10 students in a class is 150 cm. A boy of height 160 cm left the class and a boy of height 148 cm is admitted. Then what is the average height of the students in the class now?....
QA->The height of a square prism is 16 centemetres and the perimeter of its base is 27, find the area of its lateral faces.....
QA->The ratio between the radius of the base and the height of a cylinder is 2 : If its volume is 1617 cm3, the total surface area of the cylinder is—....
QA->A man is facing East, then the turns left and goes 10 m, then turns right and goes 5 m, then goes 5 m to the South and from there 5 m to West. In which direction is he, from his original place ?....
QA->The ratio of length and breadth of a rectangle is 7: if perimeter is 52 then, what is the length of the rectangle?....
MCQ->What is the area of a right-angled triangle? I.  The perimeter of the triangle is 30 cm. II.  The ratio between the base and the height of the triangle is 5 : 12.  III.  The area of the triangle is equal to the area of a rectangle of length 10 cm.....
MCQ->The area of a rectangle is equal to the area of right-angles triangle. What is the length of the rectangle? I.  The base of the triangle is 40 cm.  II.  The height of the triangle is 50 cm.....
MCQ->The ratio between the base and height of a right angled triangle is 4:5 respectively. If the area of the right angled triangle is 80 sq cm, what is the height of the triangle?....
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }....
MCQ->If a triangle has a base on length B and a height of 2B, then the area of the triangle is :....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution