You want to know the factor by which 3 2/3 is multiplied to get 7 1/3.
1. You can estimate that it is 2 from 7/3 ≈ 2, then check by multiplication to see if that is right.
.. 2*(3 2/3) = 6 4/3 = 7 1/3 . . . . 2 is the correct factor.
2. You can divide 7 1/3 by 3 2/3 to see what the factor is.
.. (7 1/3)/(3 2/3) = (22/3)/(11/3) = 22/11 = 2 . . . . 2 is the factor Earl used.
3. You could see how many times you can subtract 3 2/3 from 7 1/3.
.. 7 1/3 -3 2/3 = (7 -3) +(1/3 -2/3) = 4 -1/3 = 3 2/3 . . . . . subtracting once gives 3 2/3
.. 3 2/3 -3 2/3 = 0 . . . . . . subtracting twice gives 0, so the factor is 2.
4. You could add 3 2/3 to see how many times it takes to get 7 1/3.
.. 3 2/3 +3 2/3 = (3 +3) +(2/3 +2/3) = 6 +4/3 = 7 1/3
We only need to add two values of 3 2/3 to get 7 1/3, so the factor is 2.
___
We have shown methods using multiplication, division, subtraction, addition. Take your pick.
1a) 8 / (1/2) = 16 * 3 = 48
1b) 3sqrt(49) = 3 * 7 = 21
1c) (5+2)(-8) / (-2)^3 -3
(7*-8) / (-8 -3)
-56/-11
56/11
Answer:
clc%clears screen
clear all%clears history
close all%closes all files
p=250;
M=[];
for i=1:100000
re=0;
S=0;
while(S<=1)
S=S+rand;
re=re+100;
end
M(i)=re;
end
disp('Expected received money is');
mean(M)
disp('Since expcted is greater than what we pay. So, we will play')
Step-by-step explanation:
Answer:
The image shows a stationary train indicated by letter A and a moving train, indicated by letter B. If the person standing at the train station hears sounds coming from both trains, which explanation best predicts tThe image shows a stationary train indicated by letter A and a moving train, indicated by letter B. If the person standing at the train station hears sounds coming from both trains, which explanation best predicts t
Step-by-step explanation:
Hello there!
The sum of two numbers (x + y) is 8 (=8).
Their product (x * y) is 15 (=15).
x + y = 8
x * y = 15
First, we know that the two number must be positive and under 8, as the product is positive.
Let's list out some numbers that are from 1 to 8 that sum up to 8;
1 + 7
2 + 6
3 + 5
4 + 4
Now, we need to multiply the two numbers that add up to 8, and see which makes a product of 15.
1 * 7 = 7, this does not work.
2 * 6 = 12, this does not work.
3 * 5 = 15, this works!
4 * 4 = 16, this does not work.
Since we are looking for the larger number in our pairs, let's pick the largest one out of the correct pair, which is 5.
The largest number is 5.
I hope this helps!