Concept:If two linear equations are given, solve them simultaneously to find the values of the variables that satisfy both equations.Explanation:Given the pair of equations:2p+3k=5and2p−k=6.Multiply the first equation by 6 to remove denominators:3p+2k=30.Express k from the second equation:k=2p−6.Substitute k=2p−6 into 3p+2k=30:3p+2(2p−6)=30.Simplify:3p+4p−12=30⇒7p=42⇒p=6.Put p=6 into 2p−k=6:12−k=6⇒k=6.Thus the values are p=6 and k=6.Answer:p=6, k=6Option C.