document.write( "Question 399158: Bill is 4 less than twice Alex's age. Together they are 65 years old. How old is Bill? \n" ); document.write( "
Algebra.Com's Answer #282671 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Alex = x
\n" ); document.write( "Bill = 2x-4
\n" ); document.write( "...
\n" ); document.write( "x+2x-4 = 65
\n" ); document.write( "3x-4=65
\n" ); document.write( "+4
\n" ); document.write( "3x= 69
\n" ); document.write( "x= 23 years Alex age
\n" ); document.write( "...
\n" ); document.write( "Bill = 65-23 = 42 years
\n" ); document.write( "
\n" );