<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Standard  Maximization  Problem in linear programming</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 11:35:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111632</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Sun, 30 Sep 2012 08:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111632</guid>
		<description><![CDATA[You don&#039;t show your matrices, so it&#039;s hard to tell how you got your results. But it looks like you&#039;re doing okay so far.
&#160;
Let&#039;s see:
&#160;
Z = 5X1 + 3X2
&#160;
With constraints:
&#160;
X1 + X2 ≤ 6
X1&#160;≥ 3
X2&#160;≥ 3
2X1 + 3X2&#160;≥ 3
&#160;
Additional constraints (that are true but logically&#160;unnecessary):
&#160;
X1&#160;≥&#160;0 ; X2&#160;≥ 0
&#160;
Personally, I find the first three constraints a little odd. Both X1 and X2 can only equal 3. There are no other values that can possibly satisfy:
&#160;
X1 + X2 ≤ 6
&#160;
Where did you get the problem?
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>You don&#8217;t show your matrices, so it&#8217;s hard to tell how you got your results. But it looks like you&#8217;re doing okay so far.<br />
&nbsp;<br />
Let&#8217;s see:<br />
&nbsp;<br />
Z = 5X1 + 3X2<br />
&nbsp;<br />
With constraints:<br />
&nbsp;<br />
X1 + X2 ≤ 6<br />
X1&nbsp;≥ 3<br />
X2&nbsp;≥ 3<br />
2X1 + 3X2&nbsp;≥ 3<br />
&nbsp;<br />
Additional constraints (that are true but logically&nbsp;unnecessary):<br />
&nbsp;<br />
X1&nbsp;≥&nbsp;0 ; X2&nbsp;≥ 0<br />
&nbsp;<br />
Personally, I find the first three constraints a little odd. Both X1 and X2 can only equal 3. There are no other values that can possibly satisfy:<br />
&nbsp;<br />
X1 + X2 ≤ 6<br />
&nbsp;<br />
Where did you get the problem?<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nolyasery</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111624</link>
		<dc:creator>nolyasery</dc:creator>
		<pubDate>Sat, 29 Sep 2012 20:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111624</guid>
		<description><![CDATA[first a convert all the constraints and the objective functions in to a linear equations .
then it become x1 + x2 = 6
x1=3
x2=3
2x1+3x2 = 3
After substitution in equations to find the points
(3,3) is the point pf interaction of x1=3 and x2=3
and the corner points in the feasible region is (3,0) , (5,0) .
then substitution in the objective function z = 5x1 + 3x2 .
the maximum value at x=5 and x2=0
maximun value is 25
the minimum value at x1=3 and x2=0 .
minimum value is 15
i&#039;am i right ??
could any one guide me .]]></description>
		<content:encoded><![CDATA[<p>first a convert all the constraints and the objective functions in to a linear equations .<br />
then it become x1 + x2 = 6<br />
x1=3<br />
x2=3<br />
2&#215;1+3&#215;2 = 3<br />
After substitution in equations to find the points<br />
(3,3) is the point pf interaction of x1=3 and x2=3<br />
and the corner points in the feasible region is (3,0) , (5,0) .<br />
then substitution in the objective function z = 5&#215;1 + 3&#215;2 .<br />
the maximum value at x=5 and x2=0<br />
maximun value is 25<br />
the minimum value at x1=3 and x2=0 .<br />
minimum value is 15<br />
i&#8217;am i right ??<br />
could any one guide me .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111610</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Sat, 29 Sep 2012 08:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111610</guid>
		<description><![CDATA[You can try &lt;a href=&quot;http://www.zweigmedia.com/RealWorld/tutorialsf4/framesSImplex.html&quot; rel=&quot;nofollow&quot;&gt;practicing at this site&lt;/a&gt; if you want to before working on your problem. -- Tom]]></description>
		<content:encoded><![CDATA[<p>You can try <a href="http://www.zweigmedia.com/RealWorld/tutorialsf4/framesSImplex.html" rel="nofollow">practicing at this site</a> if you want to before working on your problem. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111606</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Sat, 29 Sep 2012 07:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111606</guid>
		<description><![CDATA[That is the statement of a practice problem. In order to help, we need to see the work that you have done. We can then point to errors or clarify your understanding. But we can&#039;t do the work for you. For example, show your objective row values first. -- Tom]]></description>
		<content:encoded><![CDATA[<p>That is the statement of a practice problem. In order to help, we need to see the work that you have done. We can then point to errors or clarify your understanding. But we can&#8217;t do the work for you. For example, show your objective row values first. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nolyasery</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111602</link>
		<dc:creator>nolyasery</dc:creator>
		<pubDate>Sat, 29 Sep 2012 05:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111602</guid>
		<description><![CDATA[here is more clear picture of the question http://www.4shared.com/photo/kYVHM_QB/Screen_shot_2012-09-29_at_8172.html ]]></description>
		<content:encoded><![CDATA[<p>here is more clear picture of the question <a href="http://www.4shared.com/photo/kYVHM_QB/Screen_shot_2012-09-29_at_8172.html" rel="nofollow">http://www.4shared.com/photo/kYVHM_QB/Screen_shot_2012-09-29_at_8172.html</a> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nolyasery</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111601</link>
		<dc:creator>nolyasery</dc:creator>
		<pubDate>Sat, 29 Sep 2012 05:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111601</guid>
		<description><![CDATA[could you just help me in these question because i want to make sure about my answer and understanding .













&lt;!--
 /* Font Definitions */
@font-face
	{font-family:Arial;
	panose-1:2 11 6 4 2 2 2 2 2 4;
	mso-font-charset:0;
	mso-generic-font-family:auto;
	mso-font-pitch:variable;
	mso-font-signature:3 0 0 0 1 0;}
@font-face
	{font-family:&quot;Courier New&quot;;
	panose-1:2 7 3 9 2 2 5 2 4 4;
	mso-font-charset:77;
	mso-generic-font-family:modern;
	mso-font-format:other;
	mso-font-pitch:fixed;
	mso-font-signature:3 0 0 0 1 0;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;
	mso-font-charset:0;
	mso-generic-font-family:auto;
	mso-font-pitch:variable;
	mso-font-signature:3 0 0 0 1 0;}
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:&quot;&quot;;
	margin:0cm;
	margin-bottom:.0001pt;
	text-align:left;
	mso-pagination:widow-orphan;
	font-size:16.0pt;
	font-family:&quot;Times New Roman&quot;;
	mso-fareast-font-family:&quot;Times New Roman&quot;;
	mso-bidi-font-family:&quot;Times New Roman&quot;;
	font-weight:bold;}
@page Section1
	{size:612.0pt 792.0pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;
	mso-header-margin:36.0pt;
	mso-footer-margin:36.0pt;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
 /* List Definitions */
@list l0
	{mso-list-id:800733748;
	mso-list-type:hybrid;
	mso-list-template-ids:1072318726 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
	{mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:72.0pt;
	text-indent:-18.0pt;}
@list l1
	{mso-list-id:1110321258;
	mso-list-type:hybrid;
	mso-list-template-ids:1531994210 101241194 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l1:level1
	{mso-level-number-format:alpha-lower;
	mso-level-text:&quot;\(%1\)&quot;;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
ol
	{margin-bottom:0cm;}
ul
	{margin-bottom:0cm;}
--&gt;







&#160;

Consider the graphical representation of&#160; the following LPP&#160; 

&#160;

Maximize&#160;
&#160;Z = &#160;&#160;5x1
&#160;+ &#160;3 x2

Subject &#160;to&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160;x1 +&#160;&#160;
x2 &#160;6,

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#160; x1 &#160;&#160;3&#160;

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;x2
&#160;3

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#160;2x1 + 3 x2
&#160;3

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;x1 &#160;0 , x2 &#160;0.

&#160;

Answer the following questions:

(a)&#160; In each of the following cases indicate if the
solution space ( the feasible region) &#160;has one point, infinite number of points, or no points.

1.&#160;&#160;&#160;
The constraints are
as given above.

2.&#160;&#160;&#160;
The constraint&#160; x1
+&#160;&#160; x2 &#160;6
is changed to&#160; x1 +&#160;&#160; x2 &#160;5.

3.&#160;&#160;&#160;
The constraint&#160; x1
+&#160;&#160; x2 &#160;6
is changed to&#160; x1 +&#160;&#160; x2 &#160;7.

(b)&#160; For &#160;each &#160;case&#160; in (a) , determine the number of&#160; feasible extreme points, if any.

(c)&#160; &#160;For
&#160;the &#160;cases&#160; in&#160; (a) in which a feasible solution
exists&#160; , determine the &#160;maximum values&#160; of&#160; Z .

(d)&#160; Answer part (c) for minimize Z. 





]]></description>
		<content:encoded><![CDATA[<p>could you just help me in these question because i want to make sure about my answer and understanding .</p>
<p><!--<br />
 /* Font Definitions */<br />
@font-face<br />
	{font-family:Arial;<br />
	panose-1:2 11 6 4 2 2 2 2 2 4;<br />
	mso-font-charset:0;<br />
	mso-generic-font-family:auto;<br />
	mso-font-pitch:variable;<br />
	mso-font-signature:3 0 0 0 1 0;}<br />
@font-face<br />
	{font-family:"Courier New";<br />
	panose-1:2 7 3 9 2 2 5 2 4 4;<br />
	mso-font-charset:77;<br />
	mso-generic-font-family:modern;<br />
	mso-font-format:other;<br />
	mso-font-pitch:fixed;<br />
	mso-font-signature:3 0 0 0 1 0;}<br />
@font-face<br />
	{font-family:Calibri;<br />
	panose-1:2 15 5 2 2 2 4 3 2 4;<br />
	mso-font-charset:0;<br />
	mso-generic-font-family:auto;<br />
	mso-font-pitch:variable;<br />
	mso-font-signature:3 0 0 0 1 0;}<br />
 /* Style Definitions */<br />
p.MsoNormal, li.MsoNormal, div.MsoNormal<br />
	{mso-style-parent:"";<br />
	margin:0cm;<br />
	margin-bottom:.0001pt;<br />
	text-align:left;<br />
	mso-pagination:widow-orphan;<br />
	font-size:16.0pt;<br />
	font-family:"Times New Roman";<br />
	mso-fareast-font-family:"Times New Roman";<br />
	mso-bidi-font-family:"Times New Roman";<br />
	font-weight:bold;}<br />
@page Section1<br />
	{size:612.0pt 792.0pt;<br />
	margin:72.0pt 90.0pt 72.0pt 90.0pt;<br />
	mso-header-margin:36.0pt;<br />
	mso-footer-margin:36.0pt;<br />
	mso-paper-source:0;}<br />
div.Section1<br />
	{page:Section1;}<br />
 /* List Definitions */<br />
@list l0<br />
	{mso-list-id:800733748;<br />
	mso-list-type:hybrid;<br />
	mso-list-template-ids:1072318726 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}<br />
@list l0:level1<br />
	{mso-level-tab-stop:none;<br />
	mso-level-number-position:left;<br />
	margin-left:72.0pt;<br />
	text-indent:-18.0pt;}<br />
@list l1<br />
	{mso-list-id:1110321258;<br />
	mso-list-type:hybrid;<br />
	mso-list-template-ids:1531994210 101241194 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}<br />
@list l1:level1<br />
	{mso-level-number-format:alpha-lower;<br />
	mso-level-text:"\(%1\)";<br />
	mso-level-tab-stop:none;<br />
	mso-level-number-position:left;<br />
	text-indent:-18.0pt;}<br />
ol<br />
	{margin-bottom:0cm;}<br />
ul<br />
	{margin-bottom:0cm;}<br />
--></p>
<p>&nbsp;</p>
<p>Consider the graphical representation of&nbsp; the following LPP&nbsp; </p>
<p>&nbsp;</p>
<p>Maximize&nbsp;<br />
&nbsp;Z = &nbsp;&nbsp;5&#215;1<br />
&nbsp;+ &nbsp;3 x2</p>
<p>Subject &nbsp;to&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;x1 +&nbsp;&nbsp;<br />
x2 &nbsp;6,</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp; x1 &nbsp;&nbsp;3&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;x2<br />
&nbsp;3</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;2&#215;1 + 3 x2<br />
&nbsp;3</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;x1 &nbsp;0 , x2 &nbsp;0.</p>
<p>&nbsp;</p>
<p>Answer the following questions:</p>
<p>(a)&nbsp; In each of the following cases indicate if the<br />
solution space ( the feasible region) &nbsp;has one point, infinite number of points, or no points.</p>
<p>1.&nbsp;&nbsp;&nbsp;<br />
The constraints are<br />
as given above.</p>
<p>2.&nbsp;&nbsp;&nbsp;<br />
The constraint&nbsp; x1<br />
+&nbsp;&nbsp; x2 &nbsp;6<br />
is changed to&nbsp; x1 +&nbsp;&nbsp; x2 &nbsp;5.</p>
<p>3.&nbsp;&nbsp;&nbsp;<br />
The constraint&nbsp; x1<br />
+&nbsp;&nbsp; x2 &nbsp;6<br />
is changed to&nbsp; x1 +&nbsp;&nbsp; x2 &nbsp;7.</p>
<p>(b)&nbsp; For &nbsp;each &nbsp;case&nbsp; in (a) , determine the number of&nbsp; feasible extreme points, if any.</p>
<p>(c)&nbsp; &nbsp;For<br />
&nbsp;the &nbsp;cases&nbsp; in&nbsp; (a) in which a feasible solution<br />
exists&nbsp; , determine the &nbsp;maximum values&nbsp; of&nbsp; Z .</p>
<p>(d)&nbsp; Answer part (c) for minimize Z. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nolyasery</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111600</link>
		<dc:creator>nolyasery</dc:creator>
		<pubDate>Sat, 29 Sep 2012 05:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111600</guid>
		<description><![CDATA[thanks no need now i understood what i missed . =) ]]></description>
		<content:encoded><![CDATA[<p>thanks no need now i understood what i missed . =) </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nolyasery</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111597</link>
		<dc:creator>nolyasery</dc:creator>
		<pubDate>Sat, 29 Sep 2012 04:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111597</guid>
		<description><![CDATA[i didn&#039;t get it very well . could any one explain it to me please ]]></description>
		<content:encoded><![CDATA[<p>i didn&#8217;t get it very well . could any one explain it to me please </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111342</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 21 Sep 2012 20:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/standard-maximization-problem-in-linear-programming/#comment-111342</guid>
		<description><![CDATA[Interesting, but do you have a problem? -- Tom]]></description>
		<content:encoded><![CDATA[<p>Interesting, but do you have a problem? &#8212; Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.037 seconds using memcached
Object Caching 379/385 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 12:25:22 -->