The two numbers are prime numbers, and the two product is 217. how can we solve this problem?

Source: Internet
Author: User
The two numbers are prime numbers, and the two product is 217. The two numbers are prime numbers, and the two product is 217. calculate the two numbers and perform factorization (screening) PHPcodefunctionFactorization ($ num) {$ end = sqrt ($ num); $ k = 1; for ($ I = 2; $ I & lt; = $ end; $ two numbers are prime numbers. The product of two numbers is 217.
Two numbers are prime numbers, and the product of two numbers is 217.

------ Solution --------------------
Factorization (screening)
PHP code
Function Factorization ($ num) {$ end = sqrt ($ num); $ k = 1; for ($ I = 2; $ I <= $ end; $ I + = $ k, $ k = 2) {if ($ num % $ I) = 0) {while ($ num % $ I) = 0) {$ num/= $ I; $ r [] = $ I ;}$ end = sqrt ($ num) ;}} if ($ num> 1) $ r [] = $ num; return $ r;} print_r (Factorization (217 ));
------ Solution --------------------
Let's try it out...
For ($ I = 1; $ I <(217/2 + 1); $ I ++)
{
$ V = 217/$ I;
If ($ v % 2 = 1 & $ I % 2 = 1)
{
Break;
}
}
Echo "$ v * $ I = 217; and $ v $ I is a prime number .";
------ Solution --------------------
PHP code
For ($ I = 3; $ I

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.