document.write( "Question 1040558: I know how to graph and substitute but I just can't figure out this \"if\" statements, I have no clue on what to do here:\r
\n" );
document.write( "\n" );
document.write( "Let h be the function which is the set of all ordered pairs (x,y) such that:
\n" );
document.write( "Y= x+5 if x ≤ - 3
\n" );
document.write( "Y= √9-x^2 if -3 ≤ x ≤ 3
\n" );
document.write( "Y= 5-x if 3 < 3\r
\n" );
document.write( "\n" );
document.write( "I tried solving the first one, I used -4,-5,-6,-7,-8 as my x (assuming that I'm correct with the \"if\" part) I computed it and y became -1,0,-1,-2,-3 .Is this correct?\r
\n" );
document.write( "\n" );
document.write( "Also with number 2 , I have no idea how to do that one. Please help me. \n" );
document.write( "
Algebra.Com's Answer #655409 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "I know how to graph and substitute but I just can't figure out this \"if\" statements, I have no clue on what to do here:\r \n" ); document.write( "\n" ); document.write( "Let h be the function which is the set of all ordered pairs (x,y) such that: \n" ); document.write( "Y= x+5 if x ≤ - 3 \n" ); document.write( "Y= √9-x^2 if -3 ≤ x ≤ 3 \n" ); document.write( "Y= 5-x if \n" ); document.write( "\n" ); document.write( "I tried solving the first one, I used -4,-5,-6,-7,-8 as my x (assuming that I'm correct with the \"if\" part) \n" ); document.write( "I computed it and y became -1,0,-1,-2,-3. Is this correct?\r \n" ); document.write( "\n" ); document.write( "Also with number 2 , I have no idea how to do that one. Please help me. \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "1. You are absolutely right with your calculations for -4, -5, -6, -7, -8.\r\n" ); document.write( "\r\n" ); document.write( "2. Let's consider x = 2.\r\n" ); document.write( " You should look in which of the three intervals lies this number.\r\n" ); document.write( " \"2\" lies between -3 and 3, correct?\r\n" ); document.write( "\r\n" ); document.write( " Hence, f(x) = \n" ); document.write( " \n" ); document.write( " |