document.write( "Question 340344: Maria averaged 212 miles on the first day of her trip. She averaged only 104 miles on the last six days of her trip. What was the overall average number of miles driven per day?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #243876 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! the overall average is really a weighted average \n" ); document.write( "-- \n" ); document.write( "weighted average = total miles driven/total days driven = (212+104)/7=45.14 \n" ); document.write( "== \n" ); document.write( "alternatively, you could figure the miles each day and multiply by the proportion represented by each day. \n" ); document.write( "-- \n" ); document.write( "for example, day 1 miles=212, day 2 miles =104/6=17.33, day 3 miles=17.33 etc \n" ); document.write( "each day represents 1/7 of the trip. \n" ); document.write( "-- \n" ); document.write( "weighted average= 212*(1/7)+17.33*(1/7)+...17.33*(1/7)=212*(1/7)+17.33*(6/7)=45.14 \n" ); document.write( " |