document.write( "Question 1187171: Find the x-intercepts (horizontal intercepts) of the function:
\n" );
document.write( "f(x)=4|x−3|−1\r
\n" );
document.write( "\n" );
document.write( "The intercepts are at x= \n" );
document.write( "
Algebra.Com's Answer #818099 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the x-intercept is the value of x when the value of y = 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation is f(x) = 4 * |x - 3| - 1. \n" ); document.write( "set y = f(x) and the equation becomes y = 4 * |x - 3| - 1. \n" ); document.write( "set y equal to 0 and the equation becomes 0 = 4 * |x - 3| - 1. \n" ); document.write( "this is the same as 4 * |x - 3| - 1 = 0. \n" ); document.write( "add 1 to both sides of the equation to get 4 * |x - 3| = 1. \n" ); document.write( "divide both sides of the equation by 4 to get |x - 3| = 1/4. \n" ); document.write( "when the expression within the absolute value sign is positive, the equation becomes x - 3 = 1/4. \n" ); document.write( "add 3 to both sides to get x = 3 + 1/4 = 13/4. \n" ); document.write( "when the expression within the absolute value sign is negative, the equation becomes -(x-3) = 1/4. \n" ); document.write( "simplify to get -x + 3 = 1/4 \n" ); document.write( "subtract 3 from both sides to get -x = -3 + 1/4 \n" ); document.write( "multiply both sides by -1 to get x = 3 - 1/4 = 2 + 3/4 = 11/4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the x-intercept should be x = 11/4 or and x = 13/4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 11/4, the equation becomes f(x) = 4 * abs(11/4 - 3) - 1 which becomes f(x) = 4 * abs(11/4 - 12/4) - 1 which becomes f(x) = 4 * 1/4 - 1 which becomes f(x) = 0. \n" ); document.write( "when x = 13/4, the equation becomes f(x) = 4 * abs(13/4 - 3) - 1 which becomes f(x) = 4 * abs(13/4 - 12/4) - 1 which becomes f(x) = 4 * 1/4 - 1 which becomes f(x) = 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "both values of x are confirmed to be good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that the y-intercepts are at x = 11/4 and x = 13/4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "abs(x-3) means the same thing as |x-3|.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation was graphed and is shown below.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "11/4 = 2.75 as shown on the graph. \n" ); document.write( "13/4 = 3.25 as shown on the graph. \n" ); document.write( " \n" ); document.write( " |