Answer:
D is the answer
Step-by-step explanation:
Answer:
The correct answer is - 900
Step-by-step explanation:
A palindrome is a positive integer that is same whether read from left to right or from right to left. For example, 123321 palindromes.
An n-digit palindrome is determined from the first n/2 digits if n is even, and from the first n+1/2 digits if n is odd.
Therefore, if n is even, there are 9×10⁽n⁻²/²⁾ palindromes; and if n is odd, there are 9×10⁽n₋²/²⁾ palindromes. where n is number of digits.
For n=5 , there are 9×10²=900 palindromes
Problem 1
=========
Write an equation for line passing through (8,12) that is perpendicular to
y = (4/3)x - 5
Note:
When two lines are perpendicular, the product of their slopes is -1.
The slope of the given line is 4/3.
Therefore the slope of the perpendicular line is -3/4.
Let the equation of the perpendicular line be
y = -(3/4)x + c
Because the line passes through (8,12), therefore
-(3/4)*8 + c = 12
-6 + c = 12
c = 18
The equation is y = -(3/4)x +18
Answer:

Problem 2
=========
Write an equation for a line passing through (-30,7) that is perpendicular to
y = -3x - 5.
The perpendicular line will have a slope of 1/3. Let its equation be
y = (1/3)x + c
Because the line passes through (-30,7), therefore
(1/3)*(-30) + c = 7
-10 + c = 7
c = 17
The equation is y = (1/3)x + 17
Answer: