in a game a player gets 15 points for a correct answer and loses 10 points for an incorrect answers

To calculate the player's score for a given number of correct and incorrect answers, you need to multiply the number of correct answers by 15 and subtract the number of incorrect answers multiplied by 10.

Score = (15 × Number of Correct Answers) − (10 × Number of Incorrect Answers)