Asked by Ash
                what is between of 50 and 70 is divisible by 3?
            
            
        Answers
                    Answered by
            oobleck
            
    51 = 3*17
now count by 3's to list the other possibilities
    
now count by 3's to list the other possibilities
                    Answered by
            hi
            
    if u r counting the multipules of a number in a larger range, i think u could do this. if you're finding how many multiples of x is in between y and z
first find the smallest number that's divisible by x that's greater than the smaller number, y. let's say this number is a
then find the greatest number that's divisible by x that's less than the bigger number, z. let's say this number is b
divide both a and b by x
last, count how many numbers in between a and b. basically ( b - a )+1
    
first find the smallest number that's divisible by x that's greater than the smaller number, y. let's say this number is a
then find the greatest number that's divisible by x that's less than the bigger number, z. let's say this number is b
divide both a and b by x
last, count how many numbers in between a and b. basically ( b - a )+1
                    Answered by
            hi
            
    if y and/or z are divisible by x, then just add them in after
    
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.