You are not logged in.
Pages: 1
Maximize P = 10 x + 25 y
For the constraints:
3 ≤ x ≤ 12
4 ≤ y ≤ 15
x + y ≤ 20
How do u do ths?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Hi;
The first method taught is a graphical one. You must have a grapher handy. If not you will follow along from the diagrams I post.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I think I have got Geogebra. What next?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
The first constraint is really 2 constraints. We will enter them as equations.
Type x = 3 in the input bar.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
That will create a vertical bar. I think the next step is to type x = 12, so as to confine the solution within these two.
My Geogebra does not seem to fire up. Neither are my other java apps running. What should I do?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Did you install the latest JRE?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I think I did. What is the way to check for sure?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
What are you running?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
like?
I think you are going to plot this four x=3; x=12; y=4; y=15. What about the last equation?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Windows?
Yes you will plot those 4 and 1 more
x + y = 20
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
If you do not mind, please link me to an online grapher or post a screenshot.
I'll fix the Java later, I want to sleep
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
This the area that the 5 equations encloses. The 5 feasible points ( possible answers ) are A,B,C,D,E
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
But we were asked to max out 10 x + 25 y!
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
And you will. The feasible points are determined by the constraints and they determine the maximum of 10 x + 25 y
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I do not see how.
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Take the (x,y) coordinates of each of the 5 points and plug them into the objective function (10 x + 25 y) and tell me what you get.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I am too sleepy right now to solve those equations and find the cooridinates.
Have a nice day
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Okay, it will be here when you get back. If you get your geogebra fixed I will show you how to do this faster.
See you later.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi Agnishom
What you can do now is plot the line 10x+25y=a where a is a slider variable. You can move the slider around and your goal would be moving it right as much as possible, but so that the line has an intersection with bobbym's figure above.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
I got my Geogebra fixed.
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Very good now you just have to plug in A,B,C,D and E into the objective function (10 x + 25 y) and tell me what you get.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi,
We can approximate by simulation (J again):
a=:3+9*?10000000#0
b=:4+11*?10000000#0
>./((10*a)+(25*b))*(20>a+b)
=424.953939391672
which is close to the exact answer of 425.
Brief explanation:
1) Get random uniform values in the range for x and y.
2) Get the maximum of 10x+25y among the values where x+y<=20
From the LPP:
(3 5 12 12 3)([: >./ (10 * [) + 25 * ]) 15 15 8 4 4
= 425
We can easily obtain the tacit definition using
sim=: 13 : '>./((10*x)+(25*y))'
Typing in sim gives the tacit definition. We can then use that output to build more complicated definitions.
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
Pages: 1