Easy
Combine the base-5 logs into a single product and clear the log to get x2−y2. Combine the base-2 logs to get a linear relation between x and y. Solve the two equations together for x,y, then multiply.
1
First equation (base 5). Use loga+logb=log(ab).
log5(x+y)+log5(x−y)=3⇒ log5[(x+y)(x−y)]=3⇒ x2−y2=53=125...(1)
2
Second equation (base 2). Note 1−log23=log232.
log2y−log2x=1−log23⇒ log2xy=log232⇒ xy=32 ⇒ 3y=2x...(2)
3
Solve (1) and (2). From (2), x=23y; substitute into (1).
(23y)2−y2=125[from (1),(2)]⇒ 49y2−y2=125 ⇒ 45y2=125⇒ y2=100 ⇒ y=10,x=23(10)=15
4
Compute the product.
xy=15×10=150