document.write( "Question 992432: CAN ANY ONE SOLVE IT BY GAUSSIAN ELIMINATION METHOD?
\n" ); document.write( "A blending process is to combine three components in such a way as to create a final blend of 60000 gallons.The three components cost $2.00,$1.50 and $1.25 per gallon respectively.Total cost of components should equal $90000.Another requirement in the blending is that the number of gallon used of component 1 should be twice the amount used of component 3.determine whether there is a combination of the three components which will lead to a final blend of 60000 gallon costing $90000 and satisfying the blending restrictions
\n" ); document.write( "kindly help
\n" ); document.write( "

Algebra.Com's Answer #612083 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
A few details are described imprecisely but you have components to be mixed, in quantities x, y, and z for components 1, 2, and 3; in the order listed for the prices of each.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Accounting for material volumes, \"x%2By%2Bz=60000\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Accounting for material costs, \"2x%2B1.5y%2B1.25z=90000\". You would want integer coefficients if possible, so multiply members by 4...
\n" ); document.write( "\"8x%2B6y%2B5z=360000\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Part of the description makes \"x%2Fz=2\", giving \"x=2z\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The system of equations that can be best formed is
\n" ); document.write( "\"system%28x%2By%2Bz=60000%2C8x%2B6y%2B5z=360000%2Cx-2z=0%29\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You could solve this using your gaussian or gauss-jordan row elimination method, but I wouldn't want to; I'd rather use the x=2z substitution and solve the resulting simpler system.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "As the matrix, you can begin with
\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--
\n" ); document.write( "I started solving on paper with pencil, and I am finding a meaningless result as one of the rows, like ( 0 0 -3 0 ), indicating z=0. If my row operations are all correct, this would indicate that your materials can not all three be used to prepare the mixture described in your description.
\n" ); document.write( "
\n" );