document.write( "Question 42374: Between 1950 and 1997, did the production of motor vehicles increases by a greater percentage in canada or europe? \r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "
Algebra.Com's Answer #27543 by fractalier(6550) You can put this solution on YOUR website! Percentage increase is found by \n" ); document.write( "% Incr = [(new - old) / old] x 100% \n" ); document.write( "so for Canada, we have \n" ); document.write( "% Incr = [(2571 - 388) / 388] x 100% = 562.6 % \n" ); document.write( "For Europe, we have \n" ); document.write( "% Incr = [(17773 - 1991) / 1991] x 100% = 792.7 % \n" ); document.write( "Hence the growth was greater in Europe. \n" ); document.write( " |