D= # of dimes
q= # of quarters
QUANTITY EQUATION:
d + q= 64
COST EQUATION:
0.10d + 0.25q= $9.25
STEP 1:
multiply quantity equation by -0.10 to be able to eliminate the d term in step 2
(-0.10)(d + q)= (-0.10)(64)
-0.10d - 0.10q= -6.40
STEP 2:
add equation from step 1 to cost equation to eliminate the d term and solve for q
Add
0.10d + 0.25q= $9.25
-0.10d - 0.10q= -6.40
0.15q= 2.85
divide both sides by 0.15
q= 19 quarters
STEP 3:
substitute q value in step 2 into either original equation to find d value
d + q= 64
d + 19= 64
subtract 19 from both sides
d= 45 dimes
CHECK:
0.10d + 0.25q= $9.25
0.10(45) + 0.25(19)= 9.25
4.50 + 4.75= 9.25
9.25= 9.25
ANSWER: There are 45 dimes and 19 quarters.
Hope this helps! :)
25m+100−24m−75=68
Step 1: Simplify both sides of the equation.
25m+100−24m−75=68
25m+100+−24m+−75=68
(25m+−24m)+(100+−75)=68(Combine Like Terms)
m+25=68
m+25=68
Step 2: Subtract 25 from both sides.
m+25−25=68−25
m=43
Answer:
m=43
The domain is [-3,+infinity}
Or
X_>-3
Use the commutative property to reorder the terms, Separate the function into parts to determine the domain of each part, The domain of an even root function are all values of for which the radicand is positive or , The domain of a linear function is the set of all real numbers, Find the intersection
a constant of proportionality is a number you have to multiply x by to get y.
y=kx is the equation that expresses the proportionality of x and y
the constant of proportionality is k, so k=-5
Answer:
a rectangle is twice as long as it is wide . if both its dimensions are increased 4 m , its area is increaed by 88 m squared make a sketch and find its original dimensions of the original rectangle
Step-by-step explanation:
Let l = the original length of the original rectangle
Let w = the original width of the original rectangle
From the description of the problem, we can construct the following two equations
l=2*w (Equation #1)
(l+4)*(w+4)=l*w+88 (Equation #2)
Substitute equation #1 into equation #2
(2w+4)*(w+4)=(2w*w)+88
2w^2+4w+8w+16=2w^2+88
collect like terms on the same side of the equation
2w^2+2w^2 +12w+16-88=0
4w^2+12w-72=0
Since 4 is afactor of each term, divide both sides of the equation by 4
w^2+3w-18=0
The quadratic equation can be factored into (w+6)*(w-3)=0
Therefore w=-6 or w=3
w=-6 can be rejected because the length of a rectangle can't be negative so
w=3 and from equation #1 l=2*w=2*3=6
I hope that this helps. The difficult part of the problem probably was to construct equation #1 and to factor the equation after performing all of the arithmetic operations.