document.write( "Question 331263: 1. If one side of a rectangular garden plot is three feet more than three times the other side, and the diagonal is one foot more than the longest side, what is the measure of the shortest side?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #237464 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If one side of a rectangular garden plot is three feet more than three times the other side, \n" ); document.write( " and the diagonal is one foot more than the longest side, what is the measure of the shortest side? \n" ); document.write( ": \n" ); document.write( "Let s = the \"other side\"; \n" ); document.write( "Then \n" ); document.write( "(3s+3) = \"one side\"; \n" ); document.write( ": \n" ); document.write( "\"the diagonal (c) is one foot more than the longest side\" \n" ); document.write( "c = (3s + 3) + 1 \n" ); document.write( "c = (3s + 4) \n" ); document.write( ": \n" ); document.write( "Pythag equation \n" ); document.write( "s^2 + (3s+3)^2 = (3s + 4)^2 \n" ); document.write( ": \n" ); document.write( "s^2 + 9s^2 + 18s + 9 = 9s^2 + 24s + 16 \n" ); document.write( "Combine like terms on the left \n" ); document.write( "s^2 + 9^2 - 9s^2 + 18s - 24s + 9 - 16 = 0 \n" ); document.write( ": \n" ); document.write( "s^2 - 6s - 7 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(s-7)(s+1) = 0 \n" ); document.write( "positive solution \n" ); document.write( "s = 7 is the shortest side \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution: \n" ); document.write( "7^2 + (3(7)+3))^2 = (3(7)+ 4)^2 \n" ); document.write( "49 + 24^2 = 25^2 \n" ); document.write( "49 + 576 = 625; confirms solution of s=7 \n" ); document.write( " \n" ); document.write( " |