Answer: the system of equations are
x + y = 22
x + 1.5y = 30
Step-by-step explanation:
Let x represent the number of math problems that Olivia solved.
Let y represent the number of pages that Olivia read.
Olivia completed a total of 22 math problems and pages of reading. This means that
x + y = 22- - - - - - - - - - - - - - -1
Olivia can solve each math problem in 1 minute and she can read each page in 1.5 minutes. Olivia completed a total of 22 math problems and pages of reading in 30 minutes. This means that
x + 1.5y = 30 - -- - - - - - - - - -2
Easy, just do 45-25.50= 19.50 and then divide 19.50 by 6, and then you get 3.25. So, your answer would be $3.25.
Answer:
p = -
Step-by-step explanation:
- you have to simplify the left side of the problem first
- the 2 p's cancel each other out
- now you have to do order of operations
Parenthesis
Exponents
Multiplication
Division
Addition
Subtraction
1/3-1 = p
p= -
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation: