document.write( "Question 498180: if the average of the ages of three men is 54 years, and if no one of them is less than 50 years old, what is the maximum age, in years, of any one man? \n" ); document.write( "
Algebra.Com's Answer #336958 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! if the average of the ages of three men is 54 years, and if no one of them is less than 50 years old, what is the maximum age, in years, of any one man? \n" ); document.write( ": \n" ); document.write( "Let x = the oldest guy \n" ); document.write( "the other two are 50 \n" ); document.write( "; \n" ); document.write( " \n" ); document.write( "Multiply by 3 \n" ); document.write( "100 + x = 162 \n" ); document.write( "x = 162 - 100 \n" ); document.write( "x = 62 is the age of the oldest \n" ); document.write( " |