How many multiples of 3 are there between 10 and 90, inclusive?

This topic has expert replies
Source: — Problem Solving |

Junior | Next Rank: 30 Posts
Posts: 12
Joined: Sat Sep 05, 2020 8:19 am
sequence = 12,15,18...87,90
total terms between 0 &90 divisible by 3 = 90/3 =30
terms less than 10 which are divisible by 3 = 3

terms between 10 &90 divisible by 3 = 30-3 = 27
B