document.write( "Question 1010497: Ilida went to Minewaska Sate Park one day this summer. All of the people at the park were either hiking or bike riding. There were 178 more hikers than bike riders. If there were a total of 676 people at the park, how many were hiking and how many were riding their bikes? \n" ); document.write( "
Algebra.Com's Answer #625953 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call hikers and bikers, h and b. Then we have
\n" ); document.write( "h + b = 676 and
\n" ); document.write( "h = b + 178
\n" ); document.write( "Plugging this into the first equation gives us
\n" ); document.write( "b + 178 + b = 676
\n" ); document.write( "2b + 178 = 676
\n" ); document.write( "2b = 498
\n" ); document.write( "b = 249 bikers
\n" ); document.write( "h = 249 + 178 = 427 hikers
\n" ); document.write( "
\n" );