document.write( "Question 93107: Write an equation for the linear function f satisfying the given conditions. \r
\n" );
document.write( "\n" );
document.write( "f(3) = 4 and f(0) = 9
\n" );
document.write( "I know that these would be looked at as (3,4) and (0,9), but I don't know what type of \"equation\" they're looking for. Thanks so much!! \n" );
document.write( "
Algebra.Com's Answer #67745 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Write an equation for the linear function f satisfying the given conditions. \n" ); document.write( "f(3) = 4 and f(0) = 9 \n" ); document.write( "I know that these would be looked at as (3,4) and (0,9), but I don't know what type of \"equation\" they're looking for. Thanks so much!! \n" ); document.write( "CORRECT...CONTINUE...USE EQN. OF A STRAIGHT LINE(LINEAR) JOINING 2 POINTS (X1,Y1) \n" ); document.write( "AND (X2,Y2) IS \n" ); document.write( "Y-Y1=[(Y2-Y1)/(X2-X1)][X-X1] \n" ); document.write( "Y-4=[(9-4)/(0-3)][X-3] \n" ); document.write( "Y-4=-5(X-3)/3 \n" ); document.write( "3Y-12=-5X+15 \n" ); document.write( "5X+3Y=27...........OR................ \n" ); document.write( "Y=(27-5X)/3 \n" ); document.write( "IS THE FUNCTION \n" ); document.write( " |