document.write( "Question 707152: f(x)=|x|; stretch vertically by a factor of 4 and reflect about the x-axis, Write the equation for the final transformed graph. \n" ); document.write( "
Algebra.Com's Answer #435541 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = |x| \n" ); document.write( "1. Stretch vertically by a factor of 4: Multiply the current f(x) (i.e. y) by 4 \n" ); document.write( "f(x) = 4*|x| \n" ); document.write( "2. Reflect about the x-axis: Replace the current f(x) (i.e. y) with its opposite/negative \n" ); document.write( "f(x) = -(4*|x|) = -4*|x| \n" ); document.write( " \n" ); document.write( " |