document.write( "Question 15666: how do i find the inverse of Y=4x and y=x-2 \n" ); document.write( "
Algebra.Com's Answer #7735 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! find the inverse of Y=4x and y=x-2 \n" ); document.write( " in these equations called functions , x is considered independent variable and y as dependent variable. generally you find Y on the l.h.s. expressed explicitly as equal to some function of x ....as 4x in the above example \n" ); document.write( " to find inverse means we have to express x as function of y \n" ); document.write( "hence we have y = 4x \n" ); document.write( " x = y/4 ...is the inverse \n" ); document.write( " for the second example y = x - 2 \n" ); document.write( " x = y+2 ...is the inverse \n" ); document.write( " |