document.write( "Question 1010899: A city's state park is a rectangle 100 ft long by 50 ft wide. The city wants to triple the area of the skate park by adding the same distance (x) to the length and width. Write and solve an equation to find the value of x. What are the new dimensions of the skate park? \n" ); document.write( "
Algebra.Com's Answer #626412 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! A=100*50=5000 sq ft. \n" ); document.write( "new length is 100+x. \n" ); document.write( "new width is 50+x \n" ); document.write( "new area is 15,000 sq ft \n" ); document.write( "(100+x)(50+x)=5000+100x+50x+x^2 \n" ); document.write( "x^2+150x-10000=0 \n" ); document.write( "(x+200)(x-50)=0 \n" ); document.write( "x=50 ft, only sensible root. \n" ); document.write( "New dimensions are 150+100=15,000 sq ft. \n" ); document.write( " \n" ); document.write( " |