+0  
 
0
521
1
avatar

If $\&x$ is defined as $\&x = x + 5$ and $\#x$ is defined as $\#x = x^2$ , what is the value of $\#(\&4)$?

 Nov 14, 2014

Best Answer 

 #1
avatar+130511 
+5

(&4)  means to put 4 into x + 5  = 4 + 5   = 9

And #(&4)  means to put the result of &4 into #....so we have.....

#(&4) = #(9) = (9)2  = 81

 

 Nov 14, 2014
 #1
avatar+130511 
+5
Best Answer

(&4)  means to put 4 into x + 5  = 4 + 5   = 9

And #(&4)  means to put the result of &4 into #....so we have.....

#(&4) = #(9) = (9)2  = 81

 

CPhill Nov 14, 2014

1 Online Users