i need help with number 3&4 and the answer is in red i
just need to know how to work the problem
(a) y (b) y=-x3 + 6x2-9x + 3 2. The sum of two nonnegative numbers is 36 (a) Find the two numbers if the differ ence of their square roots is to be as large as possible. 0 and 36 (b) Find the two numbers if the sum of their square roots is to be as large as...
What two nonnegative real numbers with a sum of 30 have the largest possible product? Let x be one of the numbers and let P be the product of the two numbers. Write the objective function in terms of x. P= (Type an expression.) The interval of interest of the objective function is (Simplify your answer. Type your answer in interval notation) The numbers that have a sum of 30 and have the largest possible product are (Use a comma...
Show work please
Optimization problems 1. (5 points) Find two nonnegative numbers whose sum is 25 and so that the product of one number and the square of the other number is a maximum. 2. (5 points) Build a rectangular pen with two parallel partitions using 300 feet of fencing. What dimensions will maximize the total area of the pen? (5 points) An open rectangular box with square base is to be made from 48 ft.2 of material. What dimensions...
(8 pts) Find three positive numbers whose sum is 27 and such that the sum of their squares is as large as possible.
14.8.25 Find three real numbers x, y, and z whose sum is 27 and the sum of whose squares is as small as possible. The three numbers are (Simplify your answers. Use a comma to separate answers as needed.)
Set up an equation and solve the problem. Suppose that the sum of two numbers is 20, and the sum of their squares is 250. Find the numbers.
(do in Java ) The sum of the squares of the first ten natural numbers is, 12 + 22 + ... + 102 = 385 The square of the sum of the first ten natural numbers is, (1 + 2 + ... + 10)2 = 552 = 3025 Hence the difference between the sum of the squares of the first ten natural numbers and the square of the sum is 3025 − 385 = 2640. Find the difference between the...
Excel Subroutine
Develop a VBA function to take the square root of the sum of the squares of two numbers. 44
Write a TM (Turing Machine) program that adds two base two numbers. Input is two nonnegative integers in base 2 with a plus sign between them. Output is their sum in base 2, with nothing else left on the tape. So first decrement, then increment. Use the following language for the program: current state, read symbol, next state, write symbol, direction [directions are (< left, > right, s stay)] Here's an example program: 1,B,2,#,> 2,B,2,B,> 2,X,2,X,> 2,_,3,X,> 3,_,4,X,> 4,_,5,X,< 5,X,5,X,<...
Write a TM (Turing Machine) program that adds two base two numbers. Input is two nonnegative integers in base 2 with a plus sign between them. Output is their sum in base 2, with nothing else left on the tape. So first decrement, then increment. Use an online Turing Machine Simulator to see how it works. Use the following language for the program: current state, read symbol, next state, write symbol, direction [directions are (< left, > right, s stay)]...