document.write( "Question 1169479: Today's maximum wind gust was 8 mph less than 4 times the average wind speed. If today's maximum wind gust was twice yesterday's maximum of 32 mph, what was today's average wind speed?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #794583 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Today's maximum wind gust was 8 mph less than 4 times the average wind speed. \n" ); document.write( "M = 4A - 8 \n" ); document.write( "If today's maximum wind gust was twice yesterday's maximum of 32 mph, what was today's average wind speed? \n" ); document.write( "M = 2(32) \n" ); document.write( "M = 64 \n" ); document.write( "4A - 8 = 64 \n" ); document.write( "4A = 64 + 8 \n" ); document.write( "A = 72/4 \n" ); document.write( "A = 18 mph is todays av wind \n" ); document.write( " |