answersLogoWhite

0


Best Answer

0.5714

User Avatar

Candido Kohler

Lvl 10
3y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

0000

0770

1001

1771

2002

2772

3003

3773

4004

4774

5005

5775

6006

6776

7007

7777

8008

8778

9009

9779

C program used to find answer: #include <stdio.h>

int reverse(int n)

{

return ((n/10)+(n%10)*10);

} int main(int argc, char **argv)

{

unsigned short i,n;

for(i=00;i<=99;++i) {

n=i*100+reverse(i);

if (n%7==0) printf("%04d\n",n);

} return 0;

}

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many 4 digit palindrome numbers can be divided by 7 without remainder?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many 4 digits palindrome number can be divided by 7 without a remainder?

0.5714


What 4 digits palindrome number can be divided by 7 without a remainder?

0.5714


What number can be divided in 99 and 100 without leaving a remainder?

1 can be divided into both numbers with no remainder


What is 49 divided but does not give you a remainder?

49 can be divided by these numbers without leaving a remainder: 1 7 and 49.


What number can be divided in 46 without leaving a remainder?

46 can be divided by these numbers without leaving a remainder: 1 2 23 and 46.


Can 18 be divided without a remainder?

Yes. 18 can be divided by these numbers without a remainder: 1 2 3 6 9 and 18.


What is the number that cannot be divided by 2 without a remainder?

It is an Odd number. Even numbers are those which have no remainder when divided by 2.


What does multiples mean in math terms?

Numbers that can be divided by other numbers without a remainder.


What is any number that cannot be divided by without a remainder?

There are no such numbers. Any number can be divided by SOME number without a remainder. For a start, you can divide any number except zero by itself, without a remainder. You can also divide any number by 1 - also, without a remainder.


What is the meaning of even numbers?

An even number is an integer that can be divided by 2 without remainder.


What 2 numbers can be divided by 6 without leaving a remainder?

0.3333


All even numbers greater than 2 are composite true or false?

True.Composite numbers are positive whole numbers that can be divided with no remainder by something other than 1 and themselves.Even numbers can be divided without remainder by 2, so any even number greater than 2 can be divided without remainder by at least three numbers: 1, 2, and the number itself. That makes the number composite.