document.write( "Question 18621: show that the area formed by straight lines y=m1x+c1 and y=m2x+c2 and x=0
\n" ); document.write( "is ?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #8933 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
y=m1x+c1 meets x=0 at y=c1..y=m2x+c2 meets x=0 at y=c2
\n" ); document.write( "and y=m1x+c1 meets y=m2x+c2...at m1x+c1=m2x+c2..or...x(m1-m2)=(c2-c1)..or..
\n" ); document.write( "x= (c2-c1)/(m1-m2)and y=[m1(c2-c1)/(m1-m2)]+c1
\n" ); document.write( "the 3 vertices are..(0,c1),(0,c2)and (x1,y1)where x1=(c2-c1)/(m1-m2),y1=((m1(c2-c1)/(m1-m2))+c1
\n" ); document.write( "area=\"matrix%283%2C3%2C0%2Cc1%2C1%2C0%2Cc2%2C1%2Cx1%2Cy1%2C1%29\"*(1/2)
\n" ); document.write( "area=(1/2)*x1(c1-c2)=(1/2)*(c1-c2)*(c2-c1)/(m1-m2)
\n" ); document.write( "
\n" );