* Operations and Matrices
"*" operates as follows:
a*b = a + (b2 - ab)(a-b)
"#" operates as follows:
n# = n*([n-1]*([n-2]*...*(3*(2*1))))
Given that
what are the value(s) of x and y?
"*" operates as follows:
a*b = a +
"#" operates as follows:
n# = n*([n-1]*([n-2]*...*(3*(2*1))))
Given that
a*b = a +
(b2 - ab)
(a-b)
"#" operates as follows:
n# = n*([n-1]*([n-2]*...*(3*(2*1))))
Given that

what are the value(s) of x and y?
View the solution


Blogs on This Site
