If you want to apply conditional validation on 'Second Number' or 'Third Number', then you need to add 'First Number' input as '25'
{{userFormGroup.controls.firstNumber.errors.factor.message}}
To apply the validation of factor on 'Fifth Number' field
{{userFormGroup.controls.fifthNumber.errors.factor.message}}