document.write( "Question 652970: given the function y=|x-2|,what is the output, if your input is 45? what if you input -6? \n" ); document.write( "
Algebra.Com's Answer #408208 by Shana-D77(132)\"\" \"About 
You can put this solution on YOUR website!
\"input\" is a fancy way of saying x
\n" ); document.write( "\"output\" is a fancy way to say y\r
\n" ); document.write( "\n" ); document.write( "So, plug in the x values they give you:\r
\n" ); document.write( "\n" ); document.write( "What is the output, if your input is 45? \r
\n" ); document.write( "\n" ); document.write( "y=|x - 2|
\n" ); document.write( "y = |45 - 2|
\n" ); document.write( "y = |43|
\n" ); document.write( "y = 43.
\n" ); document.write( "43 is the output when 45 is the input.\r
\n" ); document.write( "\n" ); document.write( "What if you input -6?
\n" ); document.write( "y = |x - 2|
\n" ); document.write( "y = |-6 - 2|
\n" ); document.write( "y = |-8|
\n" ); document.write( "y = 8
\n" ); document.write( "8 is the output when -6 is the input.
\n" ); document.write( "
\n" );