1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Inessa05 [86]
3 years ago
9

In base $10$, the number $2013$ ends in the digit $3$. in base $9$, on the other hand, the same number is written as $(2676)_{9}

$ and ends in the digit $6$. for how many positive integers $b$ does the base-$b$-representation of $2013$ end in the digit $3$
Mathematics
1 answer:
skelet666 [1.2K]3 years ago
7 0
Note that

2013_{10}=2(10)^3+1(10)^1+3(10)^0

so that

\dfrac{2013}{10}=200+1+\dfrac3{10}

i.e. the remainder upon dividing 2013 (in base 10) by 3 is 3. The point is that any base-b representation of 2013_{10} will end in the digit 3 whenever division of 2013 by b leaves a remainder of 3.

First, we require that b\ge4, because any smaller base simply won't have 3 as a possible digit.

Second, we clearly can't have b\ge2014, because any value of b beyond that point will have 2013 as its first digit. That is, in base 2014, for instance, if we separate the digits of numbers by colons, we would simply have 2013_{10}=0:0:0:2013_{2014} (the 0s aren't necessary here, but only used for emphasizing that 2013 would be its own digit, regardless of how we represent digits outside of 0-9).

Third, we can't have b=2013 because 2013 divides itself and has no remainder. That is, 2013_{10}=10_{2013}.

So we've reduced the possible domain of solutions from all positive integers to just those lying within 4\le b\le2012.

Now, in terms of modular arithmetic, we're essentially solving the following equivalence for b:

2013\equiv3\pmod b

which, if you're not familiar with the notation or notion of modular arithmetic, means exactly "2013 gives a remainder of 3 when divided by b". It's equivalent to saying "there exists an integer n such that 2013=bn+3.

From this equation, we have 2010=bn. Now, we know both b,n must be integers, so we need only find the factors of 2010. These are

1, 2, 3, 5, 6, 10, 15, 30, 67, 134, 201, 335, 402, 670, 1005, 2010

So we have 16 total possible choices for b,n. But we're omitting 1, 2, and 3 from the solution set, which means there are 13 base-b representations of the base-10 number 2013_{10} such that the last digit 2013_b is 3. They are

2013_{10}=31,023_5
2013_{10}=13,153_6
2013_{10}=2013_{10}
2013_{10}=8:14:3_{15}
2013_{10}=2:7:3_{30}
2013_{10}=30:3_{67}
2013_{10}=15:3_{134}
2013_{10}=10:3_{201}
2013_{10}=6:3_{335}
2013_{10}=5:3_{402}
2013_{10}=3:3_{670}
2013_{10}=2:3_{1005}
2013_{10}=1:3_{2010}

- - -

Added a link to some code that verifies this solution. In case you're not familiar with Mathematica or the Wolfram Language, in pseudocode we are doing:

1. Start with a placeholder list called "numbers", consisting of all 0s, of length 2010. We know 4\le b\le2013, which contains 2010 possible integers.
2. Iterate over b:
2a. Start with b=4.
2b. Ensure b doesn't exceed 2013.
2c. After each iteration, increment b by 1; in other words, after each step, increase b by 1 and use this as a new value of b.
2d. Check if the last digit of the base-b representation of 2013 ends is a 3. In the WL, IntegerDigits[x, n] gives a list of the digits of x in base-n. We only want the last digit, so we take Last of that. Then we check the criterion that this value is exactly 3 (===).
2d1. If the last digit is 3, set the (b-3)-th element of "numbers" to be a list consisting of the base b and the list of digits of 2013 in that base.
2d2. Otherwise, do nothing, so that the (b-3)-th element of "numbers" remains a 0.
3. When we're done with that, remove all cases of 0 from "numbers" (DeleteCases). Call this cleaned list, "results".
4. Display "results" in Grid form.
5. Check the length of "results".
You might be interested in
What is the mode of this set of data? 1982 1988 1989 1994 1995 2005
Cerrena [4.2K]
All of the numbers are the mode, so it is
1982, 1988, 1989, 1994, 1995, 2005
8 0
3 years ago
Read 2 more answers
Which of the following measures cannot be determined from a box plot?
ad-work [718]
<h3>3 Answers:</h3>
  • B) Mean
  • C) Mean absolute deviation
  • E) Mode

==========================================================  

Explanation:

The box plot, aka "box-and-whisker plot", visually represents five things. These things are:

  • Minimum
  • Q1 = first quartile
  • Median (sometimes referred to as Q2 or second quartile)
  • Q3 = third quartile
  • Maximum

This list of five items is known as the five number summary.

The min is the tip of the left most whisker, assuming there aren't any small outliers. The max is the opposite side, being the tip of the right most whisker (assuming no large outliers). If there are any outliers, then they'll be shown as "island" dots on their own separated from the main box plot. The left and right edges of the box are Q1 and Q3 respectively. The median is the vertical line inside the box. The vertical line does not have to be at the midpoint of the left and right edges of the box. It simply needs to be somewhere in the box.

--------

Since the box plot lets us know the min and max, we can compute the range because

range = max - min

and we can also calculate the interquartile range (IQR) because

IQR = Q3 - Q1

--------

So to summarize so far, the five number summary is visually represented as the box plot. The range and IQR can be computed using items from the five number summary.

We cannot compute the mean because we would need the actual data set of values, rather than the summary data. The same goes for the mean absolute deviation (MAD) and the mode. Since your teacher is looking for things that cannot be determined from a box plot, we'll go for answers B, C and E.

In other words, we rule out choices A, D, and F because we can compute or determine those values from a box plot.

7 0
3 years ago
2/5 x 6/7= I cant figure out this question.
telo118 [61]

Answer:

I got 0.3428571429

Step-by-step explanation:

I got it by inputting (2/5)*(6/7) into my calculator, but if you need more let me know

4 0
2 years ago
Read 2 more answers
Please answer fast, will give brainliest!
9966 [12]

Answer:

  the third one

Step-by-step explanation:

x^2 is always non-negative, so -3x^2 will always be non-positive. You can eliminate any tables with positive values for y.

4 0
3 years ago
Round the number to the place value given. 1,370,945 rounded to the ten-thousand is.
Monica [59]

Explanation:

The question requires that we round the given number to Ten-thousand

To do so, we will have to write the place values of the numbers first

Next, we find the digits before the Ten-thousand digits and then approximate the value

One of the principles to use is that

numbers from 0 to 4 are rounded to 0

while numbers from 5 to 9 are rounded to 1

In our case, The thousand digit is 0, so we round down to 0, then we add to the Ten-thousand digits and convert each of the numbers before the Ten-thousand digits to 0

Thus, we will have

1,370,000

Hence, the answer is 1,370,000

7 0
1 year ago
Other questions:
  • Why is 20 to 40 is a 100% increase but 40 to 20 is a 50% decrease
    9·2 answers
  • You are considering applying for a job as sales representative for a company that makes tanker trucks. You see this graph displa
    12·1 answer
  • Express the area of the triangle shown below in terms of b and θ only.
    8·1 answer
  • 41 points. What is the range of this data set? 2.1, 2.6, 7.2, 5.5, 4.1, 5.5, 7.5, 6.1 A. 5.1 B. 5.5 C. 5.4 D. 7.5
    12·2 answers
  • There are 3.76 x 10 to the power of 22 atoms in 1 gram of oxygen. How many atoms are there in 600 grams of oxygen? Write your an
    12·1 answer
  • F(x) = - x ^ 2 + 8x - 2
    5·1 answer
  • Find the measure if the missing angle. <br><br> Answer: a=
    12·2 answers
  • If you need to use 4/5 of a cup of strawberries for a single pie . How many cups would be needed for 2 pies.
    6·1 answer
  • Arrange the systems of equations that have a single solution in increasing order of the x-values in their solutions. 2x + y = 10
    5·2 answers
  • HELP URGENT!!!!
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!