document.write( "Question 465822: a five digit even number product of one's place and hundreds place is six and the sum is five tens place is greatest even number \n" ); document.write( "
Algebra.Com's Answer #319418 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The problem as I understand it: \n" ); document.write( ": \n" ); document.write( "A five digit even number: \n" ); document.write( "The product of the one's place and hundreds place is six. \n" ); document.write( "The sum is five times the tens place. \n" ); document.write( "What is greatest even number? \n" ); document.write( ": \n" ); document.write( "Five digits, a, b, c, d, e \n" ); document.write( ": \n" ); document.write( "\"The product of the one's place and hundreds place is six\" \n" ); document.write( "e * c = 6 \n" ); document.write( "Since the number is even, e = 2, therefore c = 3 \n" ); document.write( ": \n" ); document.write( "\"The sum is five times the tens place.\" \n" ); document.write( "e + c = 5d \n" ); document.write( "2 + 3 = 5d \n" ); document.write( "5 = 5d \n" ); document.write( "d = 1 \n" ); document.write( ": \n" ); document.write( "The greatest even number: 99312 \n" ); document.write( " |