document.write( "Question 313271: The length of a bulletin board is 1 foot more
\n" ); document.write( "than the width. The diagonal has a length of sqrt3feet (ft).
\n" ); document.write( "Find the length and width of the bulletin board.
\n" ); document.write( "

Algebra.Com's Answer #224000 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the width be x feet
\n" ); document.write( "the length will be x+1 feet
\n" ); document.write( "the diagonal is sqrt 3
\n" ); document.write( "..
\n" ); document.write( "They form a right angle
\n" ); document.write( "..
\n" ); document.write( "sqrt3 ^2 = x^2+(x+1)^2
\n" ); document.write( "3=x^2+x^2+2x+1
\n" ); document.write( "2x^2+2x-2 =0
\n" ); document.write( "x^2+x-1=0
\n" ); document.write( "..
\n" ); document.write( "find the roots of the equation .
\n" ); document.write( "x1= (-1 + (sqrt1+4)) /2
\n" ); document.write( "x1=0.61
\n" ); document.write( "x2=(-1 - (sqrt1+4)) /2
\n" ); document.write( "x2= -1.61
\n" ); document.write( "width = 0.61 feet
\n" ); document.write( "Length will be 1+0.62 = 1.61 feet.
\n" ); document.write( "
\n" );