document.write( "Question 662094: given:
\n" );
document.write( "triangle ABC
\n" );
document.write( "Perimeter = 15
\n" );
document.write( "height = x+1
\n" );
document.write( "base = x
\n" );
document.write( "find the value of x\r
\n" );
document.write( "\n" );
document.write( "please help me answer this problem:( \n" );
document.write( "
Algebra.Com's Answer #411917 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! p = 15 = (x+1) + x + third side \n" ); document.write( "Without the third side, perimeter cannot be determined by base and height alone. \n" ); document.write( "If area = 15 then, \n" ); document.write( "a = 15 = 1/2(x)(x+1) \n" ); document.write( "1/2x^2+1/2x = 15 \n" ); document.write( ".5x^2 + .5x - 15 = 0 \n" ); document.write( "(.5x+3)(x-5) \n" ); document.write( "x = -3/.5 NO \n" ); document.write( "x = 5 \n" ); document.write( " \n" ); document.write( " |