document.write( "Question 640323: One angle of a triangle is twice as large as another and 25 degree more than the third angle. Find the angles. \n" ); document.write( "
Algebra.Com's Answer #403140 by sachi(548)![]() ![]() You can put this solution on YOUR website! let the 1st angle is x \n" ); document.write( "2nd angle is x/2 \n" ); document.write( "3rd angle is x-25 \n" ); document.write( "now x+x/2+x-25=180 \n" ); document.write( "or 5x/2=180+25=205 \n" ); document.write( "or x=205*2/5=82 \n" ); document.write( "so the angles are 82,41,57 ans \n" ); document.write( " |