Linchakin

8th Sep - Extravagant Number in Java

 September 08, 2021     No comments   

In this section, we will learn what is extravagant number and also create Java programs to check if the given number is an extravagant number or not. The extravagant number Java program frequently asked in Java coding interviews and academics.

Extravagant Number

A natural number that has fewer digits than the number of digits present in its prime factorization (including exponents) is known as the extravagant number. It is also known as the wasteful numbers because of this property.

Extravagant numbers are the subset of composite numbers because one can factorize the extravagant numbers. But vice-versa is not true.

Steps to Find Extravagant Numbers

Step 1: Pick a natural number. Let's say the number is n.

Step 2: Compute the prime factorization of the number n. Store the digits involved in the prime factors of the prime factorization and its exponents in an array.

Step 3: Find the size of the array.

Step 4: Calculate the number of digits present in the number n.

Step 5: If the total number of digits present in the number n is less than the size of the array found in step 3, then the number n is an extravagant number; otherwise, not.

Examples of Extravagant Numbers

Extravagant Number Prime Factorization Number of digits in the number Number of digits in the prime factorization (including exponents)
4 2 * 2 1 2
6 2 * 3 1 2
8 2 * 2 * 2 1 3
9 3 * 3 1 2
12 2 * 2 * 3 2 3
18 2 * 3 * 3 2 3
20 2 * 2 * 5 2 3
22 2 * 11 2 3 (two digits of 11)

We see that for every number mentioned, the number of digits is less than the number of digits present in the prime factorization (including exponents). Hence, the numbers mentioned in the above table are extravagant numbers.

Extravagant Numbers Java Program

The following program checks for extravagant numbers using the steps defined above.

FileName: ExtravagantNumber.java

Output:

1 is not an extravagant number.
2 is not an extravagant number.
3 is not an extravagant number.
4 is an extravagant number.
5 is not an extravagant number.
6 is an extravagant number.
7 is not an extravagant number.
8 is an extravagant number.
9 is an extravagant number.
10 is not an extravagant number.
11 is not an extravagant number.
12 is an extravagant number.
13 is not an extravagant number.
14 is not an extravagant number.
15 is not an extravagant number.
16 is not an extravagant number.
17 is not an extravagant number.
18 is an extravagant number.
19 is not an extravagant number.
20 is an extravagant number.
21 is not an extravagant number.
22 is an extravagant number.
23 is not an extravagant number.
24 is an extravagant number.
25 is not an extravagant number.
26 is an extravagant number.
27 is not an extravagant number.
28 is an extravagant number.
29 is not an extravagant number.
30 is an extravagant number.

Adblock test (Why?)


You may be interested in:
>> Is a Chromebook worth replacing a Windows laptop?
>> Find out in detail the outstanding features of Google Pixel 4a
>> Top 7 best earbuds you should not miss

Related Posts:
>> Recognizing 12 Basic Body Shapes To Choose Better Clothes
>>Ranking the 10 most used smart technology devices
>> Top 5+ Best E-readers: Compact & Convenient Pen
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Email ThisBlogThis!Share to XShare to Facebook

Related Posts:

  • Rumoured iPhone 14 feature could make it Apple's most pro smartphone yetByAmelia Bamsey NewsWatch this space.We know what you're thinking – the iPhone 13 hasn't even been out for two weeks, are Creative Bloq really already talking about the iPhone 14? Well, b… Read More
  • Intel launches new Apple-bashing ad, and it's a disaster (again)ByDaniel Piper Someone isn't handling the break-up well. Oh, Intel. The computer processor company clearly still hasn't processed (sorry) Apple's decision to pack up and move on (by which we mean start prod… Read More
  • MacBook Pro 2021 incoming — these are the biggest rumored upgradesThe new MacBook Pro looks like a huge step forwardIf you're in the market for a new MacBook Pro, wait. Based on various reports and rumors, we expect to see two new Apple laptops launch sometime this … Read More
  • Scrummage - The Ultimate OSINT And Threat Hunting Framework VERSION 3.6 Code efficiency enhancements and bug fixes for plugins, and improved logging. Significant UI/UX enhancements. Organisation specific sett… Read More
  • Nintendo Switch OLED reviewShould you upgrade? Today's best Nintendo Switch OLED deals Deal ends Sat, Oct 9 Nintendo Switch OLED: Specs Release Date: October 8, 2021 Price: $350 Chip… Read More
Newer Post Older Post Home

0 Comments:

Post a Comment


Copyright © 2025 Linchakin | Powered by Blogger
Design by Hardeep Asrani | Blogger Theme by NewBloggerThemes.com | Distributed By Gooyaabi Templates