document.write( "Question 393631: f(x)= | 3x-17 | \r
\n" );
document.write( "\n" );
document.write( "for the function defined above, what is one possible value of a for which f(a)< a ? \n" );
document.write( "
Algebra.Com's Answer #279323 by robertb(5830)![]() ![]() You can put this solution on YOUR website! I'll give you ALL the possible values for a.\r \n" ); document.write( "\n" ); document.write( "We solve |3a -17| < a <---(A) \n" ); document.write( "This inequality is equivalent to -a < 3a - 17 < a, \n" ); document.write( "<==> -a < 3a - 17 intersection 3a - 17 < a \n" ); document.write( "<==> 17 < 4a intersection 2a < 17 \n" ); document.write( "<==> 17/4 = 4.25 < a intersection a < 17/2 = 8.5. \n" ); document.write( "Therefore the solution set is the open interval (4.25, 8.5). ANY number in this interval will satisfy inequality (A). \n" ); document.write( " |