document.write( "Question 269503: Given the function G(w)=|w|-1 find each of the following:
\n" );
document.write( "1. G(-54)=
\n" );
document.write( "2. G(53)=
\n" );
document.write( "3. G(3/4)=
\n" );
document.write( "4. G(-3)= \n" );
document.write( "
Algebra.Com's Answer #197537 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! 1. G(-54)= abs(-54) - 1 = 54 - 1 = 53 \n" ); document.write( "2. G(53)= abs(53) - 1 = 53 - 1 = 52 \n" ); document.write( "3. G(3/4)=abs(3/4) - 1 = 3/4 - 1 = -1/4 \n" ); document.write( "4. G(-3)=abs(-3) - 1 = 3 - 1 = 2 \n" ); document.write( " |