Concept:Use the laws of indices by rewriting all powers as base 3, then solve the resulting simultaneous equations.Explanation:Given: 81x+2y27x=9 and x+4y=0.Rewrite each number as a power of 3: 27=33, 81=34, and 9=32.So, 27x=(33)x=33x and 81x+2y=(34)x+2y=34x+8y.The first equation becomes:34x+8y33x=32Using the quotient rule for indices, subtract exponents:33x−(4x+8y)=323−x−8y=32Since the bases are equal, equate the exponents:−x−8y=2...(1)The second equation is:x+4y=0...(2)Add equation (1) and equation (2):(−x+x)+(−8y+4y)=2+0−4y=2y=−21Substitute y=−21 into equation (2):x+4(−21)=0x−2=0x=2Answer:x=2 and y=−21.This corresponds to option B.