document.write( "Question 8910: I am working hard to get to the point where I could solve word problems in Algebra. Problem: The second angle of a triangular parking lot is four times as large as the first angle. The third angle is 45 degrees less than the sum of the other two angles. How long are the angles? \n" ); document.write( "
Algebra.Com's Answer #4864 by Abbey(339)![]() ![]() ![]() You can put this solution on YOUR website! let the first angle = x \n" ); document.write( "let the second angle =4x \n" ); document.write( "let the third angle = x+4x-45 \n" ); document.write( "so when these are added together, they will total 180 degrees: \n" ); document.write( "x+4x+x+4x-45=180 \n" ); document.write( "add 45 to both sides and combine like terms: \n" ); document.write( "10x=225 \n" ); document.write( "x=22.5 degrees \n" ); document.write( "so if the first angle =22.5 degrees, the second angle must = 90 degrees and the final angle equals 90+22.5-45 = 67.5 degrees. \n" ); document.write( " |