document.write( "Question 1070401: Does the relation in the table represent direct variation inverse variation or neither? If it is direct or inverse, write an equation to represent the relation. Explain your answer
\n" );
document.write( "Table: x: 5 10 15 20
\n" );
document.write( " y: 2 1 2/3 1/2 \n" );
document.write( "
Algebra.Com's Answer #685516 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! It can't be direct, so try inverse \n" ); document.write( "y=k/x \n" ); document.write( "2=k/5 \n" ); document.write( "k=10 \n" ); document.write( "1/2=k/20, true \n" ); document.write( "2/3=k/15, true \n" ); document.write( "1=k/10, true \n" ); document.write( "Inverse variation. \n" ); document.write( " |