Answer :
Jessie spent 2.75 dollars on the game if she continues 9 times.
What are Arithmetic operations?
Arithmetic operations can also be specified by subtracting, dividing, and multiplying built-in functions.
The operator that performs the arithmetic operation is called the arithmetic operator.
× Multiplication operation: Multiplies values on either side of the operator
For example 4 × 2 = 8
/ Division operation: Divides left-hand operand by right-hand operand
For example 4/2 = 2
The first game costs 50 cents, and the next 9 games cost 25 cents each, so the total cost of all 10 games is 50 + (9 × 25) = 50 + 225 = 275 cents.
To convert cents to dollars, you would divide by 100.
So in dollars, she spent 2.75 dollars on the game if she continues 9 times.
Learn more about Arithmetic operations here:
brainly.com/question/25834626
#SPJ2