document.write( "Question 304715: The ancient Greeks thought that the most pleasing shape for a rectangle was one for which the ratio of the length to the width was approximately 8 to 5, the golden ratio. If the length of a rectangular painting is 2 ft. longer than its width, then for what dimensions would the length and width have the golden ratio? \n" ); document.write( "
Algebra.Com's Answer #218241 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! the most pleasing shape for a rectangle was one for which the ratio of the length \n" ); document.write( "to the width was approximately 8 to 5, the golden ratio. \n" ); document.write( " If the length of a rectangular painting is 2 ft. longer than its width, \n" ); document.write( " then for what dimensions would the length and width have the golden ratio? \n" ); document.write( ": \n" ); document.write( "let x = the width \n" ); document.write( "then \n" ); document.write( "(x+2) = the length \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "cross multiply \n" ); document.write( "8x = 5(x+2) \n" ); document.write( "8x = 5x + 10 \n" ); document.write( "8x - 5x = 10 \n" ); document.write( "3x = 10 \n" ); document.write( "x = \n" ); document.write( "x = 3 |