document.write( "Question 1189650: A high school cross country team sent 25 percent of its runners to a regional competition. Of these, 10 percent won medals. If 2 runners earned medals, how many members does the cross country team have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #821069 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A high school cross country team sent 25 percent of its runners to a regional competition. \n" ); document.write( " Of these, 10 percent won medals. \n" ); document.write( " If 2 runners earned medals, how many members does the cross country team have? \n" ); document.write( ": \n" ); document.write( "Let n = no. of members in the team \n" ); document.write( "Use the decimal equiv of per cent \n" ); document.write( ": \n" ); document.write( ".10(.25n) = 2 \n" ); document.write( ".025n = 2 \n" ); document.write( "n = 2/.025 \n" ); document.write( "n = 80 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check, 25% of 80 is 20, 10% of 20 is 2 \n" ); document.write( " \n" ); document.write( " |