document.write( "Question 17371: How do I find the percentage of two numbers? \r
\n" );
document.write( "\n" );
document.write( "Example: 500,000 of 6,000,000 \n" );
document.write( "
Algebra.Com's Answer #8386 by askmemath(368) ![]() You can put this solution on YOUR website! You want to find 500,000 is \"what percentage of\" 6,000,000\r \n" ); document.write( "\n" ); document.write( "First off, percent is derived from French \"cent\" meaning Hundred\r \n" ); document.write( "\n" ); document.write( "(500,000/6,000,000)x100 = 50/6 = 8.33 percent\r \n" ); document.write( "\n" ); document.write( "Conversely,\"what is 8.33percent of 6,000,000\" = (8.33/100) x 6,000,000 = 500,000 \n" ); document.write( " |