document.write( "Question 151862: Describe and correct the input error in the following table. The output is correct:\r
\n" );
document.write( "\n" );
document.write( "input,x: 1, 3, 1, -3
\n" );
document.write( "output,y: -1, 4, 1, 5 \n" );
document.write( "
Algebra.Com's Answer #111649 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! For any function, there should be a unique \"output\" for each \"input\". \n" ); document.write( "In the provided table: \n" ); document.write( "input,x: 1, 3, 1, -3 \n" ); document.write( "output,y: -1, 4, 1, 5 \n" ); document.write( ". \n" ); document.write( "Notice that when x=1 there are TWO different outputs: -1 and a 1. \n" ); document.write( "Therefore, since the problem states that the output is correct the first row must be incorrect. \n" ); document.write( ". \n" ); document.write( "To see the problem, plot the given points. \n" ); document.write( ". \n" ); document.write( "Instead of: \n" ); document.write( "input,x: 1, 3, 1, -3 \n" ); document.write( "It should be: \n" ); document.write( "input,x: 1, 3, -1, -3 \n" ); document.write( " |