answersLogoWhite

0

Inner number is the numbers in the protractor below the number above them.

BONUS ANSWER: Outer numbers are the numbers which are above the inner numbers.

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

ReneRene
Change my mind. I dare you.
Chat with Rene
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake

Add your answer:

Earn +20 pts
Q: What is inner number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

How can polygons be triangulated?

By lines from 1 inner vertex to all its other vertices In general number of sides minus 2 = number of inner triangles as for example an octagon has 8 sides and so 8-2 = 6 inner triangles


What is a line or shape drawn around an inner shape that are tangent to the inner shape?

An envelope.


Inner circle in a venn diagram?

There are many different names for the inner circle of a Venn Diagram. Among these is the overlap, the intersect and the oval.


How do you find the 12th prime number using c?

To keep it simple: Write a main loop that goes through all the numbers, starting with 2, and incrementing one at a time. Determine whether each number is a prime number. If it is, increment a counter. To determine whether each number is a prime number, either use an inner loop, or a separate function. Test divisibility of the number "n" by every number from 2 to n-1. If you find a factor, then it is not a prime number. Note that you can test divisibility by using the "%" operator. For example: if (number % factor == 0) // number is divisible by factor else // it isn't


What is inner functions in mathematics?

In mathematics it is possible to have functions of functions, and functions of functions of functions and so on.So if f is a function of function g of a variable x, which may be written as f(g(x)) then g is the inner function.Thus in the function sin(3x2+5), the inner function is (3x2+5). Inner functions are particularly important in calculus (differentiation and integration).