document.write( "Question 398298: find the values for x and y using the given slope and points.
\n" );
document.write( "m=1/4 and ( 0,0), (x,4), (3,y) \n" );
document.write( "
Algebra.Com's Answer #282260 by robertb(5830)![]() ![]() You can put this solution on YOUR website! (4-0)/(x-0) = 1/4 ==> 4/x = 1/4 ==> x = 16\r \n" ); document.write( "\n" ); document.write( "(y - 0)/(3-0) = 1/4 ==> y/3 = 1/4 ==> y = 3/4. \n" ); document.write( " |