Answer:
14.25 - d
Step-by-step explanation:
14 patients for each nurse
725/25 = 29
The driver will have to refill the gas tank 29 times during the 725 miles trip.
I hope this helped you! c:
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
Answer:
(2, -1)
General Formulas and Concepts:
<u>Pre-Algebra</u>
Order of Operations: BPEMDAS
- Brackets
- Parenthesis
- Exponents
- Multiplication
- Division
- Addition
- Subtraction
Equality Properties
- Multiplication Property of Equality
- Division Property of Equality
- Addition Property of Equality
- Subtract Property of Equality
<u>Algebra I</u>
- Solving systems of equations using substitution/elimination
Step-by-step explanation:
<u>Step 1: Define Systems</u>
2x + y = 3
-2x + 5y = -9
<u>Step 2: Solve for </u><em><u>y</u></em>
<em>Elimination</em>
- Combine equations: 6y = -6
- Divide 6 on both sides: y = -1
<u>Step 3: Solve for </u><em><u>x</u></em>
- Define equation: 2x + y = 3
- Substitute in <em>y</em>: 2x - 1 = 3
- Isolate <em>y</em> term: 2x = 4
- Isolate <em>y</em>: x = 2