The simplified answer is <span>(5x2−8x+8)+(6x3−5x) If you need the steps, I recommend you use Cymath.com it's super easy and great for math!</span>
1/2x+20=1/3x+30
Subtract 20 on both sides
1/2x=1/3x+10
Subtract 1/3x on both sides
1/6x=10
Multiply by 6 on both sides
X=60
(5,4)
On a system of 2 perpendicular axis with O as origine, the pair (5,4) means:
5 is the distance from the origin O and situated on x-axis (on the right of O)
4 is the distance from the origin O and situated on y-axis (above O)
Then the pair (5,4) is situated in the 1st Quadrant
Write a recursive and explicit formula for each option.
Save a nickel on the first day of the month and then double the amount each day for a month
=> a1 =0.05
=> a2 = a1* 2 = 0.05*2
=> a3 = a2*2 = a1* 2*2
..............................................
=>recursive an =
=> explicit an = 0.05*
Start their savings by saving $10 on the first day and then $10 each day of the month
=> a1 = 10
=> a2 = a1 + 10 = 20
=> a3 = a2 +10 = 20 +10 =30
........................................................
=> recursive an = 
=> explicit an = 10 + 10( n-1)
Hope it will find you well.