document.write( "Question 328181: There are 112 male and 78 females working at a hospital. What percentage of the hospitals workforce is female?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #235045 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let p = percent of hospital force that is female\r \n" ); document.write( "\n" ); document.write( "p = number of females divided by number of men\r \n" ); document.write( "\n" ); document.write( "p = 78/112\r \n" ); document.write( "\n" ); document.write( "p = 0.69 or 69% \n" ); document.write( " |