document.write( "Question 43943: Assume that y varies inversely as x. If y = 4 when x = 1/2, find y when x = 2 \n" ); document.write( "
Algebra.Com's Answer #28856 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The inverse relationship is written as \n" ); document.write( "y = k/x \n" ); document.write( "Now plug in to find k... \n" ); document.write( "4 = k/(1/2) and \n" ); document.write( "k = 2 \n" ); document.write( "Now rewrite it with the new k and the new data to find y... \n" ); document.write( "y = 2/x \n" ); document.write( "y = 2/2 \n" ); document.write( "y = 1 \n" ); document.write( " |