1. Calculating Totient for Composite Integer 36
Math StudentBackground
A student needs to find the number of integers coprime to 36 and inspect the coprime set for a homework assignment.
Problem
Calculate φ(36) and list all coprime integers between 1 and 36.
How to use
Input 36 for Number n and select 'Also list coprimes (first 60)' in the Output detail field.
n: 36, detail: listOutcome
Displays the prime factorization 36 = 2² × 3², the totient result φ(36) = 12, all 12 coprime integers (1, 5, 7, 11, 13, 17, 19, 23, 25, 29, 31, 35), and Euler's theorem note.