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 type of angle is each angle in this figure?
Naya [18.7K]
J= obtuse
K=right
L=acute
M=acute
8 0
2 years ago
A production manager tests 10 batteries and finds that their mean lifetime is 468
Marat540 [252]

The question is somehow incomplete but the answer is it in the inferential stage of probability-based inference. It is in complex networks of codependent variables is an lively theme in statistical research, encouraged by such varied presentations as predicting, pedigree examination and troubleshooting.

6 0
3 years ago
Find the coordinates of the circumcenter for triangle DEF with coordinates D(1,3) E(8,3) and F(1,-5) show your work
nikklg [1K]

One leg is horizontal, on the line y=3. Another leg is vertical, on the line x=1. The point where these intersect, D(1, 3) is the vertex of a right angle. Any right triangle inscribed in a circle has its hypotenuse as the diameter of the circle.

Since the triangle is a right triangle, the circumcenter is the midpoint of the hypotenuse: ((8, 3) + (1, -5))/2 = (4.5, -1).

6 0
3 years ago
Bernita and Derek each plot a number on a number line. The numbers are unique but have the same absolute value. The sum of the a
diamong [38]
The correct answer is B. -75 and 75.

Absolute value means the positive value of a number. Absolute value of -75 is 75. Absolute value of 75 is 75.

75 + 75 = 150.
3 0
3 years ago
Read 2 more answers
4a/3-b/4=6<br> 5a/6+b=13<br> Solve linear system by elimination
kondor19780726 [428]
\bf \cfrac{4a}{3}-\cfrac{b}{4}=6&#10;\qquad \qquad &#10;\cfrac{5a}{6}+b=13&#10;\\\\\\&#10;\textit{let us remove the denominators off those folks}\\&#10;\textit{by multiplying the first one by 12, both sides}\\&#10;\textit{and the second one by 6, both sides, thus}&#10;\\\\\\&#10;12\left( \cfrac{4a}{3}-\cfrac{b}{4} \right)=12(6)\implies 16a-4b=72&#10;\\\\\\&#10;6\left( \cfrac{5a}{6}+b \right)=6(13)\implies 5a+6b=78

\bf  \textit{now, let's do the elimination}&#10;\\\\&#10;&#10;\begin{array}{llll}&#10;16a-4b=72&\boxed{\times 3}\implies &48a-\underline{12b}=216\\\\&#10;5a+6b=78&\boxed{\times 2}\implies &10a+\underline{12b}=156\\&#10;&&--------\\&#10;&&58a+0\quad=372&#10;\end{array}

solve for "a", once you get "a", plug it back into either equation to get "b"
3 0
3 years ago
Other questions:
  • You purchase a new guitar and take out a loan for $450. You have 18 equal monthly payments of $28 each. What is the simple inter
    13·1 answer
  • Eli needs pieces of ribbon cut into strips that are 2 1/2 feet long. The roll of ribbon is 7 1/2 feet long. Which expression cou
    8·1 answer
  • Solve x2 + 8x = 33 by completing th
    8·1 answer
  • The snail moved 6 inches in 120 minutes what was the average speed of the snail in inches per minute
    8·2 answers
  • The narrower the confidence interval, the more informative it is. What are the two main ways in which this can be achieved?
    14·2 answers
  • 185 mass is 2:3 what is the mass of the yoghurt
    10·1 answer
  • The equation shows a number multiplied by 5. n x 5=? Which of these is true about the results?
    15·1 answer
  • 13+5 = 6E + (-4 ) + (-5 )<br>simplify​
    13·1 answer
  • PLEASE HELP ME ILL GIVE BRAINILEST PLEASE!!!
    11·1 answer
  • I DONT UNDERSTAND THIS AT ALLLL :´)
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!