Two primes bitwise-anded into an odd number – codegolf.stackexchange.com

l4m2
Given a positive odd number \$n\$, return two primes \$p\$ and \$q\$ such that \$p\$ bitwise-and \$q\$ equals \$n\$. \$n\$ \$p\$ \$q\$ \$p\$ & \$q\$ 1 3 5 1 3 3 3 3 9 11 13 9 Shortest code in each ...