Concept:Form two equations from given conditions and solve for the two numbers.Explanation:Let the numbers be x and y.Given x+y=13 and x2+y2=85.From the first equation, y=13−x.Substitute into second: x2+(13−x)2=85.Simplify: x2+169−26x+x2=85 → 2x2−26x+84=0.Divide by 2: x2−13x+42=0.Factor: (x−6)(x−7)=0.So x=6 or x=7.Thus the numbers are 6 and 7 (order any).Answer:The numbers are 6 and 7.