document.write( "Question 188629: A glass maufacturer makes two types of glass . he has 1800 kg silica to make
\n" );
document.write( "both type of glass. He uses 216kg more slica to make one type of glass than other type. Find the quantity of slica used in each type. \n" );
document.write( "
Algebra.Com's Answer #141425 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! let x and y be the two kinds of silica \n" ); document.write( ": \n" ); document.write( "x+y=1800........eq 1 \n" ); document.write( "x=y+216.........eq 2 \n" ); document.write( ": \n" ); document.write( "take x's value from eq 2 and plug it into eq 1 \n" ); document.write( ": \n" ); document.write( "y+216+y=1800 \n" ); document.write( ": \n" ); document.write( "2y=1584 \n" ); document.write( ": \n" ); document.write( "y=792 \n" ); document.write( ": \n" ); document.write( "so x=792+216=1008 \n" ); document.write( ": \n" ); document.write( "x=1008 and y=792 \n" ); document.write( " |