document.write( "Question 449579: If the length of a rectangle is represented by x+6 and the width is represented by x. What is a rational function, R, to represent the ratio of the area, A, of the rectangle to its perimeter, P? \n" ); document.write( "
Algebra.Com's Answer #309257 by rwm(914)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A=(x+6)*x \n" ); document.write( "A=x^2+6x \n" ); document.write( "P =2*(x+6)+2*x \n" ); document.write( "P=2x+12+2x \n" ); document.write( "P=4x+12 \n" ); document.write( "R=A/P \n" ); document.write( "R=(x^2+6x)/(4x+12) \n" ); document.write( " \n" ); document.write( " |