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