document.write( "Question 976769: Mrs. Cruz bought 30m of cloth consisting of linen and cotton. The linen per meter was P75 while the cost of cotton per meter was P25. If the total cost of the material was P1750, how many meters of each cloth did she buy? \n" ); document.write( "
Algebra.Com's Answer #802149 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
L = meters of linen
\n" ); document.write( "C = meters of cloth\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "L + C = 30
\n" ); document.write( "75L + 25C = 1750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiply the first equation by 75.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "75L + 75C = 2250
\n" ); document.write( "75L + 25C = 1750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Subtract to get 50C = 500, so C = 10 and L = 20.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Mrs. Cruz bought 10 meters of cotton and 20 meters of linen.
\n" ); document.write( "
\n" );