-7 to make 4 so -4x=4 x=-1
The answer is x=-1
Hope this helps:)
Answer:
ok look at comments for answers
Step-by-step explanation:
Answer:
$120.00
Step-by-step explanation:
2000/100 = $20 = 1%
20x12 = $240 = annual intrest = 12m
June 15 - December 15 = 6m
240/2 = $120 for half a year intrest!
Answer:
Recursive algorithms call itself with simpler or smaller input values. They can be used to solve large problems by using the solutions to minor parts of the problem, these minor problems are then further broken down to solvable cases.
Given the input as a sequence;
max(
if
return 
else

if
>
return 
else return 
Answer:
D
Step-by-step explanation:
since all x coordinates are distinct, lets just find the x coordinate (multiple choice question)
Midpoint formula:
given two points, (x1, y1) and (x2, y2)
the midpoint is ((x1+x2)/2, (y1+y2)/2)
-3+x2 = 2*2
x2 = 7