document.write( "Question 271965: if the length of a golden rectangle is 10 meters then what is the width? here is the formula for the original rectangle l/w=w/l-w \n" ); document.write( "
Algebra.Com's Answer #199011 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if the length of a golden rectangle is 10 meters then what is the width? here is the formula for the original rectangle l/w=w/l-w \n" ); document.write( "--------------------- \n" ); document.write( "10/w = w/(1-w) \n" ); document.write( "Cross-multiply: \n" ); document.write( "--- \n" ); document.write( "w^2 = 10 - 10w \n" ); document.write( "w^2 + 10w -10 = 0 \n" ); document.write( "------ \n" ); document.write( "Quadratic Formula: \n" ); document.write( "w = [-10 +- sqrt(100 - 4*1*-10)]/2 \n" ); document.write( "--- \n" ); document.write( "w = [-10 +- sqrt(140)]/2 \n" ); document.write( "w = [-10 +- 11.83]/2 \n" ); document.write( "Positive solution: \n" ); document.write( "w = [-10+11.83]/2 \n" ); document.write( "w = [1.83]/2 \n" ); document.write( "w = 0.965 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |