Step-by-step explanation:
let us give all the quantities in the problem variable names.
x= amount in utility stock
y = amount in electronics stock
c = amount in bond
“The total amount of $200,000 need not be fully invested at any one time.”
becomes
x + y + c ≤ 200, 000,
Also
“The amount invested in the stocks cannot be more than half the total amount invested”
a + b ≤1/2 (total amount invested),
=1/2(x + y + c).
(x+y-c)/2≤0
“The amount invested in the utility stock cannot exceed $40,000”
a ≤ 40, 000
“The amount invested in the bond must be at least $70,000”
c ≥ 70, 000
Putting this all together, our linear optimization problem is:
Maximize z = 1.09x + 1.04y + 1.05c
subject to
x+ y+ c ≤ 200, 000
x/2 +y/2 -c/2 ≤ 0
≤ 40, 000,
c ≥ 70, 000
a ≥ 0, b ≥ 0, c ≥ 0.
The value of y will be 60 so the correct answer is option C.
<h3>What is a graph?</h3>
A graph is the representation of the data on the vertical and horizontal coordinates so we can see the trend of the data.
There is a linear relationship between the two variables x and y. For the given data in the table as well as in the graph. The expression for the two variables will be written in the form of an equation as follows:-
The expression for the data in the table:-
y = 25 x now at x = 12
y = 25 x 12 = 300
The expression for the values in the graph:-
y = 30x at x = 12
y = 30 x 12
Y = 360
How much more would the value of y be on the graph will be calculated as:-
Value = 360 - 300
Value = 60
Therefore the value of y will be 60 so the correct answer is option C.
To know more about graphs follow
brainly.com/question/25020119
#SPJ1