To find the answer you need to turn them into improper fractions to do that you would multiply the whole number by the denominator and add the top number. 4 3/4 = 19/4 2 2/5= 12/5 So then you would find a common denominator for 19/4 And 12/5 a common multiply of 4 and 5 is 20 so 19/4 would turn into
Answer:
28
Step-by-step explanation:
Hi! So what we're gonna want to do here is set up a system of equations. Lets say x = regular baskets and y = deluxe baskets. You would set up the system like this:
28x + 24y = 1,188
28x + 13y = 836
So since the number before the x is the same in both equations, we are going to want to cancel that out.
28x + 24y = 1,188
-1(28x + 13y = 836)
----------------
28x + 24y = 1,188
-28x - 13y = -836
Add the two equations together! There will be no x value :)
11y = 352
y = 32... The deluxe basket is going to cost $32
Put the y value into one of the equations to solve for x.
28x + 13(32) = 836
28x + 416 = 836
28x = 420
x = 15... The regular basket will cost $15
Hope this helps!
Answer:
1. fraction=51/94
decimal= 51/94 a decimal is approximate: 0.54255 (Rounded to fifth decimal place)
2. fraction= 2/8
decimal= 2/8 as a decimal is 0.25.
3. fraction= 75/5
decimal= 75/5 as a decimal is 15.
Answer:
Answered
Step-by-step explanation:
Children*1 d/ family
Integer division returns an integer value in most languages.
I am assuming "1d" is double precision 1, which turns the expression into floating point division, thus allowing an answer like 1.8.
it can also be written as
float(children)/float(family)