Answer:
See steps
Step-by-step explanation:
Volume of cubes is proportional to the cube of the side length.
Using proportions,
Volume of smaller cube / 1728 = (3/4)^3
Cross multiply,
Volume of smaller cube
= 1728 * (3/4)^3
= 1728 * (27/64)
= 729 cubic metres.
Note: all cubes are similar and each has 6 congruent faces.
Answer:
Expression is '98 divided by 0.005' i.e.
.
Step-by-step explanation:
We have that,
The quotient of 8 divided by 0.001 is given by,
=
= 8000.
It is required to find a division expression having quotient greater than 8000.
Let us consider,
'98 divided by 0.005'
i.e. 
i.e. 
i.e. 98 × 200
i.e. 19,600
Thus, the get the quotient of the new expression 19,600 > 8000.
Hence, the required expression is '98 divided by 0.005' i.e.
.
Answer:
You will need to find the number of measures per beat (it will be a fraction): 7/56=0.125 Then, you multiply that by 104: 0.125x104=13 This means that there will be 13 measures after 104 beats.
Step-by-step explanation:
104 beats is multiplied with the decimal of the fraction of beats and measures which means it has been used with whole numbers
0.125 is not a whole number we know x 100 is 12.5 and we know x4 is 0.5
When we work with the first 4 multiples we can usually spot whether it would take more than 4 to round figure it to 0.5 to add to 12.5
There are 3 digits as decimals and x 100 quantifies. just by adding 4 to x100 to each of them until a whole number found 12.5 + 0.5 = whole number = 13.
Answer: 27
Step-by-step explanation:
supposed to ad 6 everytime
A recursive sequence is a sequence of numbers whose values are determined by the numbers that come before them in the sequence.
We’re given a sequence whose (n + 1)-th term f(n + 1) depends on the value of the n-th term f(n), specified by the recursive rule
f(n + 1) = -4 f(n) + 3
We’re also given the 1st term in the sequence, f(1) = 1. Using this value and the recursive rule, we can find the next term f(2). (Just replace n with 1.)
f(1 + 1) = -4 f(1) + 3
f(2) = -4 • 1 + 3
f(2) = -1
We do the same thing to find the next term f(3) :
f(2 + 1) = -4 f(2) + 3
f(3) = -4 • (-1) + 3
f(3) = 7
One more time to find the next term f(4) :
f(3 + 1) = -4 f(3) + 3
f(4) = -4 • 7 + 3
f(4) = -25