aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Indices and surds
  • (ax)y
Multiple choice

(ax)y

  1. ax+y

  2. axy

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The power of a power rule states that (a^x)^y = a^(x*y). Multiplying the exponents gives a^(xy).

Keep practicing — related questions

  • In boolean algebra, (x + y)' = ____
  • In boolean algebra, x + y = ____
  • For (x=4,y=3; x && x!=y; x--)y++; cout<< “x = %d“<< x << “y = %d “<< y; returns
  • package inheritance; class X { Y b = new Y(); X() { System.out.print("X"); } } class Y { Y() { System.out.p...
  • what is the output? main() { int x=20,y=35; x=y++ + x++; y= ++y + ++x; printf(“%d \t %dn”,x,y); }
  • void main(){int *x, y;y=10;x=&y; printf(Value of y=%d n, y); printf(Value of y=%d n, *x);} What is the outp...
  • What will be printed as the result of the operation below: main() { int x=10, y=15; x = x++; y = ++y; print...
  • Complete the code. Sub Demo() X = 4 Y = 5 Z = addNum(X,Y) Msgbox (Z) End Sub Function addNum(X,Y) Ans = X +...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy