document.write( "Question 769894: the radius, r, of a circle has been increased by k. both r and k are measured in the same units. write a formula for the area of the new circle . expand and simplify\r
\n" );
document.write( "\n" );
document.write( "r= r+k
\n" );
document.write( "A=pi*r^2
\n" );
document.write( " = pi*(r+k)^2
\n" );
document.write( "=pi*(r^2+2rk+k^2)\r
\n" );
document.write( "\n" );
document.write( "is this correct or something's wrong? \n" );
document.write( "
Algebra.Com's Answer #469108 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! Original radius, r. \n" ); document.write( "Increased radius, r+k.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For this situation, because you are not writing some kind of computer code, do NOT say r=r+k. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "The subscript is for original or initial.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "The new area when radius increases by k.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But your work in your last two steps is good. The new area IS \n" ); document.write( "You just cannot say |