document.write( "Question 1195961: Vilakazi and his friend are playing a number guessing game. Vilakazi asks his friend to think
\n" ); document.write( "a positive number, then add four to the number. Next, square the resulting number, and
\n" ); document.write( "multiply result by 3. Finally, divide the result by 2. If you’re his friend and you get a result of
\n" ); document.write( "50,
\n" ); document.write( "i)
\n" ); document.write( "Write an inverse function that will give you an original number; and [ 5 marks]
\n" ); document.write( "ii)
\n" ); document.write( "Determine the original number. [ 5 marks
\n" ); document.write( "

Algebra.Com's Answer #828608 by ikleyn(52790)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "(i)  In order for to write the inverse function, let's denote the resulting number by \"y\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     After that, write the arithmetic and algebraic operations in reverse order,\r\n" );
document.write( "     starting from y.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "       - Multiply \"y\" by 2, getting 2y;\r\n" );
document.write( "\r\n" );
document.write( "       - divide 2y by 3, getting \"%282y%29%2F3\";\r\n" );
document.write( "\r\n" );
document.write( "       - take the square root from it, getting  \"sqrt%28%282y%29%2F3%29\";\r\n" );
document.write( "\r\n" );
document.write( "       - subtract 4 from it, getting  \"sqrt%28%282y%29%2F3%29-4\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "     It is your inverse function  x = \"sqrt%28%282y%29%2F3%29-4\".    ANSWER\r\n" );
document.write( "\r\n" );
document.write( "     It allows you calculate the starting number x from the resulting number y.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "(ii)  To determine the starting number, use this function with the value y = 50.\r\n" );
document.write( "\r\n" );
document.write( "      You will get  x = \"sqrt%28%282%2A50%29%2F3%29-4\" = \"sqrt%28100%2F3%29-4\" = \"10%2Fsqrt%283%29-4\" = 1.773502692...    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );