document.write( "Question 613792: Find a formula for the linear function with slope (0.7) that passes through (0.1, 0.9) \n" ); document.write( "
Algebra.Com's Answer #386261 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find a formula for the linear function with slope (0.7) that passes through (0.1, 0.9) \n" ); document.write( "** \n" ); document.write( "Problem is asking to find the equation for a straight line. \n" ); document.write( "Its standard form: y=mx+b. m=slope, b=y-intercept \n" ); document.write( "For given line: \n" ); document.write( "equation: y=.7x+b \n" ); document.write( "solve for b, using (x,y) coordinates of given point (0.1,0.9) \n" ); document.write( ".9=.7*.1+b \n" ); document.write( "b=.83 \n" ); document.write( "equation: y=.7x+.83 \n" ); document.write( " |