Topic profile page for Divisible.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Divisible.
Topic "Divisible" was discussed 3,970 times on 807 sites in last 3 months
Started 2 weeks, 4 days ago (2009-11-18 06:30:00)
by fitzol
Please Register to Remove these Ads I enter certain value in cell A1. The value should be divisible by 50 ( or any other fixed value). If so in cell B1 I need a n OK Message. If not it should return a message in cell B1. Please advise. Thank you Kart
Started 3 weeks ago (2009-11-14 20:58:00)
by rlinsurf
I need to know when my downloads have completed by tens so I can display them in a listbox. Is there a calculation which can determine if an integer is divisible by 10 with 0 remainder? EDITED: Sorry, I keep finding the answers myself. Code: if right(str(dlcounter2), 1 ) = "0" then Not math of course, but it works.
Started 3 weeks, 3 days ago (2009-11-12 05:54:00)
by dogfrost...
proposition: the product of any two consecutive integers is divisible by 2. integer = n consecutive integer = n+1 n * (n+1) = n^2 + n So I need to prove that 2 divides n^2 +n By the definition of divides, I can say there exists an integer x such that n^2 + n = 2(x) x = (n^2 + n)/2 In order for this equation to hold true, x must be an integer and n must be an ...
Started 3 weeks, 5 days ago (2009-11-10 05:34:00)
by hungryOrb
Hi all, I'm following this exercise, and find, that 80% through, it probably involves some syntax that I haven't learnt yet. I'm just beginner. I'd like to check if a value is equal to 60, and in the same if statement, another condition that checks if another value is divisible by 4. I guess I need some kind of boolean condition, but I don't know which one, and how it might work.....
Started 1 month, 1 week ago (2009-10-26 15:44:00)
by Wetmelon
Hey all, I have this problem and I'm not sure why I'm not getting the correct answer... Quote: Problem 23 Divisible Hexagons A hexagonal number is computed as follows using the formula: H(n) = n(2n-1) As shown, the first 5 hexagonal numbers are: 1 6 15 28 45 How many of the first 100,000,000 hexagonal numbers are divisible by all the numbers...
Started 1 month, 1 week ago (2009-10-25 06:05:00)
by kAyE
if N= 747A4431B is a nine-digit number, how many ordered pairs (A,B) satisfy the condition that N is divisible by 15? please show the solution thank you
Started 1 week, 1 day ago (2009-11-27 21:08:00)
by Are you a King of Justice?
1. Divisibility - the property of being divisible, the ability to be divided. 2. Comparability - the property of being comparable, the ability to be compared. 3. Connectivity - the property of being connectable, the ability to be connected. 4. Disturbability - the property of being disturbable, the ability to be disturbed. 5. Reorderability - the property of being reorderable, the ability...
Started 3 days, 23 hours ago (2009-12-02 14:16:00)
by LoOKiTzJiE
Instruction: Print a list of positive intergers less than 500 that are divisible by 5 and 7. print ea number as you find it. and this is what I did import javax.swing.JOptionPane; public class PosIntegerDivisibleBy5and7 { public static void main (String [] args) { int b, d; double a; String o = null ; d = ...
Started 3 days, 21 hours ago (2009-12-02 16:08:00)
by LoOKiTzJiE
No, you only have a JOptionPane to display numbers that ARE divisible by 5 and 7. umm sorry to ask but how do I do that... like if I use int a, and I put in the operation the outcome like lets said I do Int a = 1; while ( a
Started 1 day, 17 hours ago (2009-12-04 20:13:00)
by Treadstone CIA
I have 18871 gamerpoints. How is that possible? It's not divisible by 5, and every one of my game's achievements are divisible by 5. It's probably inflation.
Started 2 days ago (2009-12-04 13:30:00)
by Nathan Castle
Hi, So close - I thought I had done everything right but on receiving my proof there are a bunch of blank pages at the end. My book was 132 pages (which is divisible by 4, right?) and the very last page (p132) was blank. I thought that was everything it had to be, but my proof has arrived with 138 pages, the last 7 blank. Now, 138 isn't even divisible by 4, so I've no idea what's going...
Started 1 day, 13 hours ago (2009-12-05 00:01:00)
by Peculiar People
If we made our own cover and the printer automatically adds extra pages, will that mess up the spine width of the cover? Or will some four odd pages not make enough of a difference to mess it up? Also, I made sure mine is divisible by 4 and that the very last side of the last page is blank, but does it need to be both sides of the last page (sorry, I'm still a little fuzzy on that after ...
Started 1 week, 1 day ago (2009-11-28 11:57:00)
by SaschaW
Quote: Originally Posted by scribe888 2. What if the opponent's library isn't divisible by 3 and assuming the remainders won't be milled, is there a shortcut that assumes Gaea's Blessing will be one of those remainder cards? Quote: Originally Posted by rrwoods...
Started 3 days, 16 hours ago (2009-12-02 21:07:00)
by Raman
I know about all that but I should work out for Aurifeuillian tables on how to generate SNFS polynomial for those divisible by 3, 5, 7, 11, 13, etc. Especially for converting up a twelfth degree polynomial to sixth degree; eighth degree polynomial to fourth degree, by reciprocating itself only, as well. Otherwise divisible by neither, as well. Not only for 2LM but for 3, 5, 6, 7, 10, 11, 12 as...
Started 6 days, 18 hours ago (2009-11-29 19:01:00)
by soroban
Hello, n3rdwannab3! Here's some help . . . 1) A number of 1cm cubes are glued together to construct the sides and bottom of an open box. If the outside dimensions of the box are 10cm by 10cm by 10cm and the sides and bottom are 1cm thick, then the number of cubes used is: A) 424 (I think it's this one, please verify) . . . . I agree! B) 460 C) 464 D) 488 E) 500 I had to baby-...