document.write( "Question 953015: City growth in the number of fires for a certain city are related by linear equation. records show that 113 fires occurred in a year when the local population was 150,000 and at the rate of increase in the number of fires was one for every thousand residents.
\n" );
document.write( "A.) using the variables P for population an F for the fires, write any equation in slope intercept form that the fire department can use to predict future fire statistics.\r
\n" );
document.write( "\n" );
document.write( "B.) how many fires can be expected when the population reaches 200,000? \n" );
document.write( "
Algebra.Com's Answer #581981 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! City growth in the number of fires for a certain city are related by linear equation. records show that 113 fires occurred in a year when the local population was 150,000 and at the rate of increase in the number of fires was one for every thousand residents. \n" ); document.write( "A.) using the variables P for population an F for the fires, write any equation in slope intercept form that the fire department can use to predict future fire statistics. \n" ); document.write( "B.) how many fires can be expected when the population reaches 200,000? \n" ); document.write( "*** \n" ); document.write( "let y=number of fires \n" ); document.write( "let x=population \n" ); document.write( "equation: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "given: point(150,000,113) \n" ); document.write( "slope,m=1/1000 \n" ); document.write( "equation: \n" ); document.write( "y=x/1000+b \n" ); document.write( "solve for b \n" ); document.write( "113=150,000/1000+b \n" ); document.write( "113=150+b \n" ); document.write( "b=-37 \n" ); document.write( "A.) equation: y=x/1000-37 \n" ); document.write( "y=200000/1000-37=163 \n" ); document.write( "B.) how many fires can be expected when the population reaches 200,000? 163 \n" ); document.write( " |