document.write( "Question 3081: Find a polynomial that represents the area of a circle whose radius is b+1 meters. Using the value of pi=3.14, what would be the radius if the area was to equate 4pi square meters? \n" ); document.write( "
Algebra.Com's Answer #1312 by thechamp1011(19)\"\" \"About 
You can put this solution on YOUR website!
WE KNOW THE FORMULA FOR AREA OF THE CIRCLE IS: A=Pi (r)^2
\n" ); document.write( "if r =b+1......................................A=pi(b+1)^2
\n" ); document.write( " A=pi (b^2+2b+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "FOR THE SECOND PART OF THE PROBLEM: A= PI (R)^2
\n" ); document.write( "SINCE A=4PI.........................4PI=PI (R)^2
\n" ); document.write( "DIVIDE BOTH SIDE BY PI..............4PI/PI=PI/PI (R)^2
\n" ); document.write( "....................................4=(r)^2
\n" ); document.write( "TO FIND R, TAKE SQRT ON BOTH SIDE....r=+-2
\n" ); document.write( "
\n" );