Paying $50 to whoever can solve this math problem for me

socialmik

Regular Member
Joined
Apr 26, 2009
Messages
287
Reaction score
59
Hey there, i am willing to paypal anyone $50 cash if they can solve this simplex problem within the next 2 hours.

Maximize subject to
z= 12x1 + 15x2 + 10x3
2x1 + 2x2 + x3 =< 8
x1 + 4x2 + 3x3 =< 12
x1 >= 0, x2 >= 0, x3 >= 0,

Need it step by step for my teacher as well, easy cash for anyone good in math!
 
There are specific sites out there where you can pay people to do your homework.. not sure if this forum is the right place for it.

Try this site here..

Code:
http://www.assignmentexpert.com/make-my-homework.html
 
go to a math forum and you'll be able to turn most of them into vegetables ... better them than us. :D

I only know this:
$1 +$2 + $3 + ... + $n = lots of dollars for me!
 
The answer is finding a divisible sum that can be by 3, and 12 (or less than)
 
Use the simplex tableau example here.

personal.maths.surrey.ac.uk/st/D.J.Fisher/MS221/OR-Notes.pdf
 
Hey there, i am willing to paypal anyone $50 cash if they can solve this simplex problem within the next 2 hours.

Maximize subject to
z= 12x1 + 15x2 + 10x3
2x1 + 2x2 + x3 =< 8
x1 + 4x2 + 3x3 =< 12
x1 >= 0, x2 >= 0, x3 >= 0,

Need it step by step for my teacher as well, easy cash for anyone good in math!

i think this link will help u :alcoholic

http://www.scribd.com/doc/30673148/Simplex-Method-4th-Semester-Numerical-Programming
 
atheism_motivational_poster_38.jpg
 
If we look at 2x1 + 2x2 + x3 =< 8, then we know none of the x's can be greater than 2 if they were all positive. One thing I have found from experience is teachers make mistakes. I found it odd when the variables were qualified in your problem. I still believe my answer is correct.

With that said, I really don't need your money. If you are a student, then you need it for more important things like, beer and getting laid. :) You are only young once. Live it up.
 
z = 60.8
x1 = 2.4
x2 = 0
x3 = 3.2

now send me $50 and i'll show you how i did it :)
 
OK, I didn't complete it for you. :(
I only had a half hour to learn anything about it, but I thought it might still be fun to try it anyway. I could only get halfway through without having a calculator available. But this show the steps toward solving it, you can do the rest to complete it.

I've never even heard of standard maximization problems before and so I didn't have time to learn it enough to solve it completely.

I did the best I could to format a table with characters available. LOL. Since the editor strips out spaces I used dots to space everything out. Just ignore the dots as though they are whitespace.

I know it isn't a complete solution, but maybe it can get you started if you understand it at all. The first steps of solving this up till the point of making the first calculations in the calculator are here:


Maximize: z = 12x1 + 15x2 + 10x3
............. -12x1 - 5x2 -10x3 + z = 0

subject to:
2x1 + 2x2 + x3 s1 ...=< 8 ........\ 2 slack variables
x1 + 4x2 + 3x3 ... s2=< 12 ....../
x1, x2, x3 >= 0 ....................... 3 variables, 3 non basic variables

_...x1...x2...x3...s1...s2...z.|......_
|....2....2....1....1....0....0..|...8..| 8/2=4 smaller non neg entry
|....1....4....3....0....1....0..|.12..| 12/1=12
|--------------------------|----|
|.-12..-5..-10...0....0....1...|..0...|
--.^...............................|.....--
....^most neg indicator
....^pivot on the 2

..1/2 R1 -> R1 ........... *row(1/2,[A],1) -> [A]
.-1 R1 + R2 -> R2 ...... *row(-1,[A],1,2) -> [A]
.12 R1 + R3 -> R3 ...... *row(12,[A],1,3) -> [A]


If I had a calculator or knew how to perform the calculations by hand I could have completed this for you. Just perform the calculations and then you should get the next tableau, and you can continue maximizing till you solve it.

If you can't find the complete solution, hopefully this first half of the problem can get you started so you can complete it yourself.

Good Luck.
 
Hey there, i am willing to paypal anyone $50 cash if they can solve this simplex problem within the next 2 hours.

Maximize subject to
z= 12x1 + 15x2 + 10x3
2x1 + 2x2 + x3 =< 8
x1 + 4x2 + 3x3 =< 12
x1 >= 0, x2 >= 0, x3 >= 0,

Need it step by step for my teacher as well, easy cash for anyone good in math!

That's a simple Linear Programming problem that you can just plug into Excel and get it to maximize for you using the Solver Add-in.
 
i solved it

x2 = 0
x1 = 2.4
x3 = 3.2

max value of z = 60.8


Am too lazy to type full page details here.
In case u need detailed solution PM me.
 
Last edited:
I Can provide step by step with full description for below problem. You can use the same for your equation. Are you agree?

z = 3x1 + 2x2

-x1 + 2x2 ≤ 4
3x1 + 2x2≤ 14
x1 -x2 ≤ 3
x1,x2 ≥ 0
 
Back
Top