Concept:Find the total number of terms, then locate the 6th term from the end by reversing the order.Explanation:Given GP: 8,4,2,1,…,10241 with common ratio r=21.Last term an=10241. Using an=a⋅rn−1: 10241=8⋅(21)n−1.Simplify: 10241=2n−18⇒2n−1=8×1024=8192=213.Thus n−1=13, so n=14 terms.The k-th term from the end is the (n−k+1)-th term from the start. For k=6, it is the (14−6+1)=9-th term.9-th term: a⋅r8=8⋅(21)8=2568=321.Answer:321