A Norman window has the shape of a rectangle surmounted by a semicircle
A Norman window is constructed by adjoining a semicircle to the top of an ordinary rectangular window. (The diameter of the semicircle is equal to the width of the rectangle.) Find the dimensions of a Norman window if the perimeter of the window is 20 fot so that the maximum amount of light is admitted, Enter the exact answers Enclose numerators and denominators in parentheses. For example, (a - b)/(1+r). Length (in feet) Width (in feet): Hint Penalty Hint 0.0...
Problem 8. (1 point) Consider a window the shape of which is a rectangle of height h surmounted by a triangle having a height T that is 0.4 times the width w of the rectangle (as shown in the figure below). Window If the cross-sectional area is A, determine the dimensions of the window which minimize the perimeter. h= 0.9399sqrtA w 0.548sqrtA Note: You can earn partial credit on this problem preview answers Entered Answer Preview Result Messages 0.9399*sqrt(A) 0.9399/A...
Consider a window the shape of which is a rectangle of height h surmounted a triangle having a height T that is 0.8 times the width w of the rectangle (as shown in thefigure below).
A weather vane has the shape of a trapezoid with a semicircle on one end. Find the distance x to its centroid. 1.2 ft 3 ft. 7.50 ft
A weather vane has the shape of a trapezoid with a semicircle on one end. Find the distance x to its centroid. 1.2 ft 3 ft. 7.50 ft
engineering mathematic
Your father is in the process of building a new bungalow house for the whole family. Since you are an engineering student, he asked you to help in the designing of the house. He wants the windows in the shape of a rectangle capped by a semicircle with a perimeter of window is constrained to be 6 meters but able to admit greatest amount of light. Could you help your father to find the write dimension of the...
number 4
point (2.1) 4. A window has the shape of an equilateral triangle on top of a rectangle as shown. The perimeter of the window must be 200cm. Determine the dimensions of the window with the maximum area. Note: Round your answer(s) to 1 decimal place for Question 4
8.) Find the number which exceeds its square by the greatest amount. 9.) A rectangle has a perimeter of 8 cm. What should its dimensions be so that its area is a maximum?
Step One The most general object in this hierarchy is the Shape. Begin by creating a class for a Shape. It will have data members xand y, which define the upper left-hand corner of the console where the Shape will be drawn. For example is x is 5 and y is 7, the upper left-hand corner of the Shape is 5 spaces from the left margin and 7 spaces from the top margin. Due to the limited size of the standard...
in C++ use Inheritance for the following Shape Circle Sphere Cylinder Rectangle Square Cube You must define one class for each shape. And, use public inheritance when deriving from base classes. Circle int r; void area(); void perimeter(); void volume(); //No volume for circle Sphere int r; void area();//Sphere surface area= 4 × pi × radius2 void perimeter(); //No perimeter for Sphere void volume();//Sphere volume= 4/3 × pi × radius2 Cylinder int r, height; void area();// Cylinder surface area=perimeter of...
please answer all
C. 2. What rectangle has the smallest perimeter, for a given area? Suppose you want a rectangle with area 200. What choice of length L and width W will give the smallest perimeter? a. Sketch a rectangle and label it as having length L and width W. b. Write the area in terms of length and width: A = Write the perimeter in terms of length and width: P = d. If L = 200 and W...