A fence is required around a field is shaped as shown below. It consists of a rectangle of length L and width W and a right triangle that is symmetrical about the central horizontal axis of the rectangle. Suppose the width is known (in metres), and the enclosed area A is known (in square metres). L D W 1. Use pen and paper to determine the equations for the total area and perimeter in terms of the width W, and length L. 2. Use MATLAB to plot the perimeter against the width as a black solid line, assuming the width to be between 7 to 20 metres and the area to be 111 m2. 3. Use the min() function to determine the minimum perimeter required to fence off the 111 m2 area. Print the corresponding length and width required, and mark the minimum point on the previous plot with a blue diamond. 5.1) Referring to Task 5 Part 3, what is the minimum perimeter required to fence the area of 111 m^2? Round up your answer to two decimal. A. 41.23 metres O B. 50.87 metres C. 46.30 metres O D. 54.06 metres 5.2) Determine the index of the matrices which result in the minimum perimeter in Question 5.1. * O A. 174 O B.260 O C. 378 O D. 107 5.3) What is the corresponding length for the minimum perimeter? Round up your answer to two decimal places. * O A. 6.78 metre O B. 7.61 metre O C. 10.53 metre O D. 13.27 metre 5.4) Next, what is the corresponding width for the minimum perimeter?* A. 8.06 metre OB. 8.73 metre O C. 9.59 metre O D. 10.77 metre 5.5) Which of the following code can be used for solving Task 5? O A. [min_perimeter, ID] = min(perimeter) B. length = (A - (0.25*(w.^2)*sind(45))). *w O C. perimeter = (A - (0.25*(W.^2) *cosd(45)))./w O D. All of the above

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

A fence is required around a field is shaped as shown below. It consists of a rectangle of length L and width W and a right triangle that is symmetrical about the central horizontal axis of the rectangle. Suppose the width is known (in metres), and the enclosed area A is known (in square metres). L D W 1. Use pen and paper to determine the equations for the total area and perimeter in terms of the width W, and length L. 2. Use MATLAB to plot the perimeter against the width as a black solid line, assuming the width to be between 7 to 20 metres and the area to be 111 m2. 3. Use the min() function to determine the minimum perimeter required to fence off the 111 m2 area. Print the corresponding length and width required, and mark the minimum point on the previous plot with a blue diamond. 5.1) Referring to Task 5 Part 3, what is the minimum perimeter required to fence the area of 111 m^2? Round up your answer to two decimal. A. 41.23 metres O B. 50.87 metres C. 46.30 metres O D. 54.06 metres 5.2) Determine the index of the matrices which result in the minimum perimeter in Question 5.1. * O A. 174 O B.260 O C. 378 O D. 107 5.3) What is the corresponding length for the minimum perimeter? Round up your answer to two decimal places. * O A. 6.78 metre O B. 7.61 metre O C. 10.53 metre O D. 13.27 metre 5.4) Next, what is the corresponding width for the minimum perimeter?* A. 8.06 metre OB. 8.73 metre O C. 9.59 metre O D. 10.77 metre 5.5) Which of the following code can be used for solving Task 5? O A. [min_perimeter, ID] = min(perimeter) B. length = (A - (0.25*(w.^2)*sind(45))). *w O C. perimeter = (A - (0.25*(W.^2) *cosd(45)))./w O D. All of the above

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Time complexity
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education