document.write( "Question 698384: given the inputs (1 3 -2) and the outputs (7 1 4) i need to create a mapping that is a function \n" ); document.write( "
Algebra.Com's Answer #430991 by Edwin McCravy(20059)![]() ![]() You can put this solution on YOUR website! {(1,7), (3,1), (-2,4)} \n" ); document.write( " |