document.write( "Question 1062289: 50 kg of tea, worth Rs 111, is made up of two sorts, part worth Rs 3 per kg and the rest worth Re 1.50 per kg. How much is there of each sort? \n" ); document.write( "
Algebra.Com's Answer #677150 by josgarithmetic(39799)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "VARIABLES\r\n" );
document.write( "M=50     amount of tea mixture\r\n" );
document.write( "T=111    cost of the mixture in Rs per kilogram\r\n" );
document.write( "H=3      price of the more expensive tea\r\n" );
document.write( "L=1.5    price of the cheaper tea\r\n" );
document.write( "x        unknown amount of the cheaper tea\r\n" );
document.write( "y        unknown amount of the higher priced tea\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A starting system of equations for the description
\n" ); document.write( "\"system%28x%2By=M%2C%28Lx%2BHy%29%2FM=T%29\"
\n" ); document.write( "What you want to do is to solve for x and y.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A lesson on such a two-part mixture problem , https://www.algebra.com/my/mixture-price-two-part-both-parts-unknown.lesson?content_action=show_dev
\n" ); document.write( "
\n" );