document.write( "Question 162784This question is from textbook Elementary and Intermediate
\n" );
document.write( ": Winter wheat. While finding the amount of seed needed to plant his three square wheat fields. Hank observed that the side of one field was 1 kilometer longer than the side of the smallest field and that the side of the largest field was 3 kilometers longer than the side of the smallest field. if the total area of the threes fields is 38 square kilometers, then what is the area of each field? \n" );
document.write( "
Algebra.Com's Answer #119994 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! let s = side of smallest field. \n" ); document.write( "let m = side of middle field. \n" ); document.write( "let l = side of largest field. \n" ); document.write( "----- \n" ); document.write( "s = s kilometers \n" ); document.write( "m = s+1 kilometers \n" ); document.write( "l = s+3 kilometers \n" ); document.write( "----- \n" ); document.write( "total area of all 3 fields is 38 square kilometers. \n" ); document.write( "s^2 + m^2 + l^2 = 38 \n" ); document.write( "since m = s+1 and l = s+3, substitute in equation to get \n" ); document.write( "s^2 + (s+1)^2 + (s+3)^2 = 38 \n" ); document.write( "----- \n" ); document.write( "this becomes \n" ); document.write( "s^2 \n" ); document.write( "+ s^2 + 2s + 1 \n" ); document.write( "+ s^2 + 6s + 9 \n" ); document.write( "= 38 \n" ); document.write( "----- \n" ); document.write( "this becomes \n" ); document.write( "3s^2 + 8s + 10 = 38 \n" ); document.write( "----- \n" ); document.write( "subtracting 38 from both sides of equation and it becomes \n" ); document.write( "3s^2 + 8s - 28 = 0 \n" ); document.write( "----- \n" ); document.write( "factoring this equation yields \n" ); document.write( "(3s+14) * (s-2) = 0 \n" ); document.write( "----- \n" ); document.write( "s = 2 was substituted in original equation of s^2 + (s+1)^2 + (s+3)^2 = 38 and is good. \n" ); document.write( "s = -14/3 was rejected because the side of the field can't be negative. it was substituted in the original equation and it worked, but it can't be used. \n" ); document.write( "----- \n" ); document.write( "smallest field is 2 kilometers per side. \n" ); document.write( "middle field is 3 kilometers per side. \n" ); document.write( "largest field is 5 kilometers per side \n" ); document.write( "2^2 + 3^2 + 5^2 = 4 + 9 + 25 = 38 square kilometers. \n" ); document.write( "----- \n" ); document.write( "equation is satisfied. \n" ); document.write( "area of the smallest field is 4. \n" ); document.write( "area of the middle field is 9. \n" ); document.write( "area of the largest field is 25. \n" ); document.write( " |