Answer:
There are no real solutions to this equation
Step-by-step explanation:
Answer:
She currently has $10.00.
Step-by-step explanation:
$20.00 - $20.00 + $10.00
$00.00 + $10.00 = $10.00
Answer:
9b+10s
Step-by-step explanation:
you are trying to find an expression for total cost after an unknown amount of hours. you need to multiply the number of hours (defined as b and s in this example) by the cost per hour given ($9/hr for the bike and $10/hr for the scooter).
this would result in the following expression: total cost=9b+10s
Answer:
length of a rectangle is 5 more than twice the length. I believe
you mean the length of a rectangle is 5 more than twice the
width.
From the information given we can make two equations,
thus forming a system to solve. We know the perimeter
of a rectangle is 2(length + width) and area = length*width.
length of a rectangle is 5 more then twice the width:
L = 2w + 5
The perimeter is 130:
2(L+w) = 130
L+w = 65
Since we know L=2w+5 we can substitute that into 2nd equation
to solve for w
2w + 5 + w = 65
3w = 60
w = 20
L = 2w+5 = 45
The area is length*width = 20(45) = 900 square units
Start by getting one of the equations in terms of one variable, in this case lets put the first equation in terms of y
2x+y=3 ---> y=3-2x
now we plug that into the second equation
5x-2y=12 ---> 5x-2(3-2x)=12
we can then multiply and simplify
5x-2(3-2x)=12 ---> 5x-6+4x=12 ---> 9x-6=12 ---> 9x=18 ---> x=2
we can now plug x=2 into an equation to solve for y
2(2)+y=3 ---> 4+y=3 ---> y=-1