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)![]() ![]() 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\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |